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