Open padix-key opened 3 months ago
Based on the Jupyter Book configuration, it seems like you're only meant to enable myst_nb
, not both myst_parser
and myst_md
. Does this issue occur with just myst_nb
listed in the extensions?
No, then it works, thanks. However, I would prefer a more meaningful exception, as I assume that this mistake might be common.
What version of
myst-parser
are you using?4.0.0
What version dependencies are you using?
What operating system are you using?
Mac
Describe the Bug
When I run
sphinx_build
with bothmyst_parser
andmyst_nb
I get the following error. This does not happen withmyst_parser
only enabled.Expected Behavior
No response
To Reproduce
No response