You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run sphinx_build with both myst_parser and myst_nb I get the following error.
This does not happen with myst_parser only enabled.
File ".../python3.10/site-packages/myst_parser/sphinx_ext/main.py", line 49, in setup_sphinx
app.registry.transforms.remove(SphinxUnreferencedFootnotesDetector)
ValueError: list.remove(x): x not in list
Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered:
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?
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 with
myst_parser
only enabled.Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered: