summaryrefslogtreecommitdiffstats
path: root/myst_parser/docutils_.py
diff options
context:
space:
mode:
Diffstat (limited to 'myst_parser/docutils_.py')
-rw-r--r--myst_parser/docutils_.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/myst_parser/docutils_.py b/myst_parser/docutils_.py
new file mode 100644
index 0000000..6f2cc84
--- /dev/null
+++ b/myst_parser/docutils_.py
@@ -0,0 +1,6 @@
+"""A module for compatibility with the docutils>=0.17 `include` directive, in RST documents::
+
+ .. include:: path/to/file.md
+ :parser: myst_parser.docutils_
+"""
+from myst_parser.parsers.docutils_ import Parser # noqa: F401