Releases: spatialaudio/nbsphinx
Releases · spatialaudio/nbsphinx
nbsphinx 0.8.8
https://pypi.org/project/nbsphinx/0.8.8/
- Support for the
sphinx_codeautolink
extension - Basic support for the
text
builder
nbsphinx 0.8.7
https://pypi.org/project/nbsphinx/0.8.7/
- Fix assertion error in LaTeX build with Sphinx 4.1.0+
nbsphinx 0.8.6
https://pypi.org/project/nbsphinx/0.8.6/
- Support for Jinja2 version 3
nbsphinx 0.8.5
https://pypi.org/project/nbsphinx/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
nbsphinx 0.8.4
https://pypi.org/project/nbsphinx/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
)
nbsphinx 0.8.3
https://pypi.org/project/nbsphinx/0.8.3/
- Increase
line_length_limit
(fordocutils
0.17+)
nbsphinx 0.8.2
https://pypi.org/project/nbsphinx/0.8.2/
- Add support for
data-footcite
HTML attribute - Disable automatic highlighting in notebooks, setting
highlight_language
is no longer needed
nbsphinx 0.8.1
https://pypi.org/project/nbsphinx/0.8.1/
- Minor fixes and documentation update
nbsphinx 0.8.0
https://pypi.org/project/nbsphinx/0.8.0/
- Don't overwrite Pygments background in notebook code cells.
To get rid of those ugly greenish code blocks, removepygments_style = 'sphinx'
from yourconf.py
. - Switch documentation to
insipid <https://insipid-sphinx-theme.readthedocs.io/>
_ theme by default - Require Python 3.6+
nbsphinx 0.7.1
https://pypi.org/project/nbsphinx/0.7.1/
- Avoid links on scaled images