BlueBrain / Rockets

REST and websockets C++ library
GNU Lesser General Public License v3.0
38 stars 8 forks source link

Pin nbsphinx to latest version 0.4.2 #67

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR pins nbsphinx to the latest release 0.4.2.

Changelog ### 0.4.2 ``` * Re-establish Python 2 compatibility (but the clock is ticking ...) ``` ### 0.4.1 ``` * Fix issue 266 ``` ### 0.4.0 ``` * Support for "data-cite" HTML tags in Markdown cells * Add option ``nbsphinx_custom_formats`` * LaTeX macros ``\nbsphinxstartnotebook`` and ``\nbsphinxstopnotebook`` * Support for cell attachments * Add options ``nbsphinx_input_prompt`` and ``nbsphinx_output_prompt`` * Re-design LaTeX output of code cells, fix image sizes ``` ### 0.3.5 ``` * Disable ``nbconvert`` version 5.4 to avoid `issue 878 <https://github.com/jupyter/nbconvert/issues/878>`__ ``` ### 0.3.4 ``` * Fix issue 196 and other minor changes ``` ### 0.3.3 ``` * Locally linked files are only copied for Jupyter notebooks (and not anymore for other Sphinx source files) ``` ### 0.3.2 ``` * Links to local files are rewritten for all Sphinx source files (not only Jupyter notebooks) ``` ### 0.3.1 ``` * Enable notebook translations (NB: The use of reST strings is temporary!) ``` ### 0.3.0 ``` * Add options ``nbsphinx_prolog`` and ``nbsphinx_epilog`` * Links from ``*.rst`` files to notebooks have to start with a slash ``` ### 0.2.18 ``` * Fix issue 148 ``` ### 0.2.17 ``` * Fix issue 146 ``` ### 0.2.16 ``` * Fix issue 142 ``` ### 0.2.15 ``` * Links to subsections are now possible in all source files ``` ### 0.2.14 ``` * Add option ``nbsphinx_kernel_name`` ``` ### 0.2.13 ``` * Minor fixes ``` ### 0.2.12 ``` * Basic support for widgets * CSS is now "responsive", some new CSS classes ``` ### 0.2.11 ``` * Minor fixes ``` ### 0.2.10 ``` * Enable JavaScript output cells ``` ### 0.2.9 ``` * Add option ``nbsphinx_prompt_width`` ``` ### 0.2.8 ``` * Add options ``nbsphinx_execute`` and ``nbsphinx_execute_arguments`` * Separate "display priority" for HTML and LaTeX ``` ### 0.2.7 ``` * Special CSS tuning for ``sphinx_rtd_theme`` * Replace info/warning ``<div>`` elements with ``nbinfo``/``nbwarning`` ``` ### 0.2.6 ``` * Support for LaTeX math environments in Markdown cells * Add options ``nbsphinx_timeout`` and ``nbsphinx_codecell_lexer`` ``` ### 0.2.5 ``` * Add option ``nbsphinx_allow_errors`` to globally ignore exceptions * Separate class `nbsphinx.Exporter` ``` ### 0.2.4 ``` * Support for "nbsphinx-toctree" cell metadata ``` ### 0.2.3 ``` * Links from notebooks to local files can now be used ``` ### 0.2.2 ``` * Support for links to sub-sections in other notebooks ``` ### 0.2.1 ``` * No need to mention ``source_suffix`` and ``source_parsers`` in ``conf.py`` ``` ### 0.2.0 ``` * Add support for ``allow_errors`` and ``hidden`` metadata * Add custom reST template * Add nbinput and nboutput directives with HTML+CSS and LaTeX formatting * Turn nbsphinx into a Sphinx extension ``` ### 0.1.0 ``` Initial release ```
Links - PyPI: https://pypi.org/project/nbsphinx - Changelog: https://pyup.io/changelogs/nbsphinx/
bbpbuildbot commented 5 years ago

Can one of the admins verify this patch?