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
In short, since sphinx does not officially want to register pending_xref_condition as a node (it is considered an implementation detail), unknwon_visit needs to added to avoid raising the NotImplementedError from the base class.
The text was updated successfully, but these errors were encountered:
Currently,
sphinx-math-dollar
can encounterpending_xref_condition
-nodes which will raise an exception. (see sphinx-doc/sphinx#11121).An example repository that shows the bug is found here: https://github.com/randolf-scholz/sphinx-demo
In short, since sphinx does not officially want to register
pending_xref_condition
as a node (it is considered an implementation detail),unknwon_visit
needs to added to avoid raising theNotImplementedError
from the base class.The text was updated successfully, but these errors were encountered: