summaryrefslogtreecommitdiffstats
path: root/myst_parser/sphinx_.py
blob: b085086502544842ccd2e51b40b5657b39c953af (plain)
1
2
3
4
5
6
"""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