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