executablebooks / sphinx-jupyterbook-latex

Supporting LaTeX infrastructure for Jupyter Book
https://sphinx-jupyterbook-latex.readthedocs.io
BSD 3-Clause "New" or "Revised" License
29 stars 13 forks source link

ENH: Compatibility with myst-parser and myst-nb #103

Closed mmcky closed 2 years ago

mmcky commented 2 years ago

Context

Update to make compatible with

myst-parser<=0.18 myst-nb<=0.16

so that we can update jupyter-book

There have been a few changes to the ast structure downstream that we need to cater for. Mainly there are now general containers that have metadata that were added to let the downstream packages be compatible with docutils. So we need to go through node parsing to check and update.

Proposal

Tasks and updates

No response