Releases: jupyter/jupyter-sphinx
Releases · jupyter/jupyter-sphinx
v0.5.3
v0.5.2
v0.5.1
v0.5.0
What's Changed
- drop support for Python 3.6 by @12rambau in #229
- Add direct dependency on ipykernel by @garrison in #226
- Clean up CI and drop py3.7 by @blink1073 in #236
- Adapt to level config to match other Jupyter repos by @blink1073 in #237
- Bump actions/setup-python from 1 to 5 by @dependabot in #240
- Bump actions/checkout from 2 to 4 by @dependabot in #241
- Bump pre-commit/action from 2.0.0 to 3.0.0 by @dependabot in #242
- Bump pypa/gh-action-pypi-publish from 1.1.0 to 1.8.11 by @dependabot in #239
- docs: change default branch name to main by @12rambau in #243
- RLS: 0.5.0 by @12rambau in #245
New Contributors
- @garrison made their first contribution in #226
- @blink1073 made their first contribution in #236
- @dependabot made their first contribution in #240
Full Changelog: v0.4.0...v0.5.0
0.4.0
- Allow adding inputs and outputs that are not executed using
jupyter-input
andjupyter-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
, andjupyter-download-script
- Do not overwrite CSS and JS if files already exist in _static/, this allows to customize the CSS and JS file.