Package Release Info

python-nbsphinx-0.6.1-bp153.1.17

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-nbsphinx

Change Logs

Version: 0.6.1-bp152.1.1
* Sat May 02 2020 Arun Persaud <arun@gmx.de>
- 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 <toddrme2178@gmail.com>
- 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 <toddrme2178@gmail.com>
- 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 <toddrme2178@gmail.com>
- Latest release drops python2 support.
* Tue Nov 12 2019 Todd R <toddrme2178@gmail.com>
- Update to 0.4.3
  * Add option nbsphinx_requirejs_path (and nbsphinx_requirejs_options)
* Thu Apr 25 2019 Todd R <toddrme2178@gmail.com>
- 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 <tchvatal@suse.com>
- Drop dependency on deprecated python-py package as it is not
  stated anywhere in the upstream sources
* Mon Jan 07 2019 Todd R <toddrme2178@gmail.com>
- This is python3-only.
* Sat Dec 22 2018 Todd R <toddrme2178@gmail.com>
- 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 ``\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
* Fri Sep 28 2018 Todd R <toddrme2178@gmail.com>
- Update to 0.3.5
  * Disable nbconvert version 5.4 to avoid jupyter/nbconvert#878
* Fri Sep 07 2018 toddrme2178@gmail.com
- Update to 0.3.4
  * Fix issue #196 and other minor changes
* Sat Apr 28 2018 toddrme2178@gmail.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 toddrme2178@gmail.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 toddrme2178@gmail.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 arun@gmx.de
- update to version 0.2.18:
  * Fix issue #148
* Tue Nov 14 2017 arun@gmx.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 toddrme2178@gmail.com
- Update to 0.2.14
  * Add option ``nbsphinx_kernel_name``
* Wed Apr 26 2017 toddrme2178@gmail.com
- Implement single-spec version.
* Thu Mar 30 2017 toddrme2178@gmail.com
- Initial version.