Changelog for
python3-nbsphinx-0.8.8-lp154.2.1.noarch.rpm :
* Sun Feb 27 2022 Arun Persaud
- specfile:
* update copyright year- update to version 0.8.8:
* Support for the sphinx_codeautolink extension
* Basic support for the text builder- changes from version 0.8.7:
* Fix assertion error in LaTeX build with Sphinx 4.1.0+
* Thu Jul 01 2021 Ben Greiner - Update to Version 0.8.6
* Support for Jinja2 version 3- Release 0.8.5
* Freeze Jinja2 version to 2.11 (for now, until a bugfix is found)
* Add ``theme_comparison.py`` tool for creating multiple versions (with different HTML themes) of the docs at once- Release 0.8.4
* Support for ``mathjax3_config`` (for Sphinx >= 4)
* Force loading MathJax on HTML pages generated from notebooks (can be disabled with ``nbsphinx_assume_equations = False``)- Release 0.8.3
* Increase ``line_length_limit`` (for `docutils` 0.17+)- Release 0.8.2
* Add support for ``data-footcite`` HTML attribute
* Disable automatic highlighting in notebooks, setting ``highlight_language`` is no longer needed- Release 0.8.1
* Minor fixes and documentation update
* Thu Dec 17 2020 Benjamin Greiner - Update to 0.8
* Don\'t overwrite Pygments background in notebook code cells. To get rid of those ugly greenish code blocks, remove pygments_style = \'sphinx\' from your conf.py.
* Switch documentation to insipid theme by default
* Require Python 3.6+- The only test upstream does is to import the module and run sphinx on their own docs. We can\'t do the latter because we don\'t have all the requirements
* Tue Dec 15 2020 Benjamin Greiner - Provide the old jupyter package name only for the primary Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
* Wed Jul 01 2020 Marketa Calabkova - Update to 0.7.1
* Avoid links on scaled images
* Tue Jun 09 2020 Tomáš Chvátal - Update to 0.7.0:
* Warnings can be suppressed with suppress_warnings.
* CSS: prompts protrude into left margin if nbsphinx_prompt_width is too small
* tags are handled in Markdown cells
* Sat May 02 2020 Arun Persaud - update to version 0.6.1:
* .ipynb_checkpoints is automatically added to exclude_patterns- changes from version 0.6.0:
* Thumbnail galleries (inspired by https://sphinx-gallery.github.io/)
* nbsphinx-toctree as cell tag
* Keyword arguments in nbsphinx_custom_formats
* Python 2 support has been dropped
* Mon Feb 10 2020 Todd R - Update to 0.5.1
* This will be the last release supporting Python 2.x!
* Support for https://github.com/choldgraf/sphinx-copybutton
* Executed notebooks are now saved in the HTML output directory
* Wed Jan 15 2020 Todd R - Update to 0.5.0
* Automatic support for Jupyter widgets, customizable with nbsphinx_widgets_path\\ (and nbsphinx_widgets_options)
* Wed Nov 13 2019 Todd R - Latest release drops python2 support.
* Tue Nov 12 2019 Todd R - Update to 0.4.3
* Add option nbsphinx_requirejs_path (and nbsphinx_requirejs_options)
* Thu Apr 25 2019 Todd R - Update to 0.4.2
* Re-establish Python 2 compatibility (but the clock is ticking ...)- Rename to to match python package naming guidelines.- Split jupyter components into own subpackage.
* Mon Feb 18 2019 Tomáš Chvátal - Drop dependency on deprecated python-py package as it is not stated anywhere in the upstream sources
* Mon Jan 07 2019 Todd R - This is python3-only.
* Sat Dec 22 2018 Todd R - Update to Version 0.4.1
* Fix issue #266- Update to Version 0.4.0
* Support for \"data-cite\" HTML tags in Markdown cells
* Add option ``nbsphinx_custom_formats``
* LaTeX macros ``\
bsphinxstartnotebook`` and ``\
bsphinxstopnotebook``
* Support for cell attachments
* Add options ``nbsphinx_input_prompt`` and ``nbsphinx_output_prompt``
* Re-design LaTeX output of code cells, fix image sizes
* Fri Sep 28 2018 Todd R - Update to 0.3.5
* Disable nbconvert version 5.4 to avoid jupyter/nbconvert#878
* Fri Sep 07 2018 toddrme2178AATTgmail.com- Update to 0.3.4
* Fix issue #196 and other minor changes
* Sat Apr 28 2018 toddrme2178AATTgmail.com- Update to version 0.3.3
* Locally linked files are only copied for Jupyter notebooks (and not anymore for other Sphinx source files)
* Thu Apr 19 2018 toddrme2178AATTgmail.com- Update to version 0.3.2
* Links to local files are rewritten for all Sphinx source files (not only Jupyter notebooks)
* Thu Jan 18 2018 toddrme2178AATTgmail.com- Update to version 0.3.1
* Enable notebook translations (NB: The use of reST strings is temporary!)- Update to version 0.3.0
* Add options ``nbsphinx_prolog`` and ``nbsphinx_epilog``
* Links from ``
*.rst`` files to notebooks have to start with a slash
* Sun Dec 03 2017 arunAATTgmx.de- update to version 0.2.18:
* Fix issue #148
* Tue Nov 14 2017 arunAATTgmx.de- update to version 0.2.17:
* Fix issue #146- changes from version 0.2.16:
* Fix issue #142- changes from version 0.2.15 :
* Links to subsections are now possible in all source files
* Tue Sep 19 2017 toddrme2178AATTgmail.com- Update to 0.2.14
* Add option ``nbsphinx_kernel_name``
* Wed Apr 26 2017 toddrme2178AATTgmail.com- Implement single-spec version.
* Thu Mar 30 2017 toddrme2178AATTgmail.com- Initial version.