summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/sourcedirs/commonmark_only/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_sphinx/sourcedirs/commonmark_only/conf.py')
-rw-r--r--tests/test_sphinx/sourcedirs/commonmark_only/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_sphinx/sourcedirs/commonmark_only/conf.py b/tests/test_sphinx/sourcedirs/commonmark_only/conf.py
new file mode 100644
index 0000000..ef5f1d8
--- /dev/null
+++ b/tests/test_sphinx/sourcedirs/commonmark_only/conf.py
@@ -0,0 +1,3 @@
+extensions = ["myst_parser"]
+exclude_patterns = ["_build"]
+myst_commonmark_only = True