Changelog for
python311-jupyter-sphinx-0.5.3-2.1.noarch.rpm :
* Tue Mar 05 2024 Ben Greiner
- Skip python39: no longer supported since ipython 8.19
* Sun Jan 21 2024 Ben Greiner - Update to 0.5.3, 0.5.2, 0.5.1
* releaser changes- Release 0.5.0
* drop support for Python 3.6 by AATT12rambau in #229
* Add direct dependency on ipykernel by AATTgarrison in #226
* Adapt to level config to match other Jupyter repos by AATTblink1073 in #237- Drop jupyter-sphinx-pr226-ipykernel.patch- Drop jupyter-sphinx-pr233-pathlib.patch
* Thu Sep 14 2023 Ben Greiner - Add jupyter-sphinx-pr233-pathlib.patch gh#jupyter/jupyter-sphinx#233
* Wed Aug 23 2023 Ben Greiner - Add ipykernel to requirements
* jupyter-sphinx-pr226-ipykernel.patch
* gh#jupyter/jupyter-sphinx#226- PEP517
* Wed Jul 13 2022 Arun Persaud - specfile:
* update copyright year
* require Sphinx-latex for tests- update to version 0.4.0:
* Allow adding inputs and outputs that are not executed using jupyter-input and jupyter-output directives.
* Improve script handling by using nbconvert directly.
* Remove deprecated enabling of the extension as jupyter_sphinx.execute.
* Implement different output priorities in HTML and LaTeX builders. In practice this allows to provide a better fallback in PDF output.
* Introduce new jupyter-download syntax compatible with Sphinx≥4, jupyter-download-nb, jupyter-download-notebook, and jupyter-download-script
* Do not overwrite CSS and JS if files already exist in _static/, this allows to customize the CSS and JS file.
* Thu Jul 01 2021 Ben Greiner - Update to 0.3.2
* Switch the extension name to jupyter-sphinx, deprecate jupyter-sphinx.execute.
* Miscellaneous bugfixes following the restructuring of the codebase.
* Tue Dec 15 2020 Benjamin Greiner - Provide the old jupyter package name only for the primary Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
* Tue Jun 09 2020 Tomáš Chvátal - Update to 0.2.4:
* Documentation updates
* Test fixes
* Fri Jan 03 2020 Todd R - Update to 0.2.3
* strip Latex math delimiters that would be rendered by math blocks
* adjusts jupyter_container margin as a better fix
* fix sphinx_rtd_theme spacing issue
* Update jupyter-sphinx.css
* fix for overflow errror in code cell- Drop python2 support due to dependencies dropping python2
* Tue Nov 12 2019 Todd R - Update to 0.2.2
* Added jupyter_sphinx_linenos and jupyter_sphinx_continue_linenos conf…
* Update jupyter_sphinx/execute.py
* Use math_block node directly instead of deprecated displaymath
* added classes to stderr output
* added continue_linenos directive, doc updates, and tests
* added css insertion to improve display
* added css/ to package_data
* added linenos flag, updated docs, and basic tests
* added padding around stderr
* added tests
* css-related code updates and doc additions
* make output to stderr print a warning, rather than raise an exception
* move sequential cells up on y-axis
* moved css copying to build_finished and addition to builder_initiated
* turn off erroneous output highlighting
* use the default \"contents.rst\" as the index document- Rename to python-jupyter-sphinx to match upstream rename.