myst-parser/myst_parser/sphinx_.py

7 lines
242 B
Python
Raw Permalink Normal View History

2023-04-20 10:00:02 +08:00
"""A module for compatibility with the docutils>=0.17 `include` directive, in RST documents::
.. include:: path/to/file.md
:parser: myst_parser.sphinx_
"""
from myst_parser.parsers.sphinx_ import MystParser as Parser # noqa: F401