-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Description
Two topics to discuss:
- should we switch to the PyData Sphinx Theme which is already used in Jupyter documentation of multiple core projects (but not JupyterLab), as well as pandas, numpy etc?
- should we switch away from recommonmark which does not seem to receive much attention nowadays to MyST parser and MyST-NB to fix issues with Markdown parsing in documentation and get built-in variable substitution with Jinja2 syntax? A few examples of current issues:
Changelog bug fixes and features at the same level (ignoring indent):
Block quotes after code blocks are merged with preceding code block:
Code blocks malformed inside lists:
TBD:
- Should we use substitutions, or wait until the MyST-NB matures enough to support markdown from cell outputs properly (Handle headers in code-cell generated Markdown executablebooks/MyST-NB#317)?
Metadata
Metadata
Assignees
Labels
No labels