Skip to content

Commit

Permalink
custom parser: create_warning moved to different module.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicah committed Aug 21, 2024
1 parent 74d4469 commit f0f34a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/custom_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
from myst_parser.mdit_to_docutils.sphinx_ import SphinxRenderer
from myst_parser.parsers.mdit import create_md_parser
from myst_parser.mdit_to_docutils.sphinx_ import create_warning
from myst_parser.warnings_ import create_warning
from myst_parser.parsers.sphinx_ import MystParser

from mdit_py_abbr import abbr_plugin
Expand Down

0 comments on commit f0f34a6

Please sign in to comment.