Skip to content
Snippets Groups Projects
Commit 7430f3cf authored by TGermain's avatar TGermain
Browse files

update pipeline failed

parent 2934be99
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ import sys
sys.path.insert(0, os.path.abspath('../..'))
# math
from sphinx_math_dollar import NODE_BLACKLIST
from sphinx-math-dollar import NODE_BLACKLIST
from docutils.nodes import header,FixedTextElement, literal,math
from docutils.nodes import comment, doctest_block, image, literal_block, math_block, paragraph, pending, raw, rubric, substitution_definition, target
math_dollar_node_blacklist = (literal,math,doctest_block, image, literal_block, math_block, pending, raw,rubric, substitution_definition,target)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment