1.2.0
New features
- Rubin user guides (
documenteer.conf.guide
) and technotes (documenteer.conf.technote
) now include MyST-NB to support Jupyter Notebooks in Sphinx documentation. The MyST-NB extension also supersedes MyST-Parser for Markdown syntax support. For guides, Jupyter Notebook files can be intermixed with Markdown (.md
) and reStructuredText (.rst
) files. Anipynb
file is considered as a page in the documentation. For technotes, the Jupyter Notebook must be namedindex.ipynb
. By default, these configurations use MyST-NB's "auto" mode for notebook execution: only if a notebook is missing outputs will it be executed.
What's Changed
- [neophile] Update dependencies by @neophile-square in #219
- DM-43485: Integrate MyST-NB for technotes and user guides by @jonathansick in #220
Full Changelog: 1.1.1...1.2.0