summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/sourcedirs/heading_slug_func/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_sphinx/sourcedirs/heading_slug_func/conf.py')
-rw-r--r--tests/test_sphinx/sourcedirs/heading_slug_func/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_sphinx/sourcedirs/heading_slug_func/conf.py b/tests/test_sphinx/sourcedirs/heading_slug_func/conf.py
new file mode 100644
index 0000000..f6612b4
--- /dev/null
+++ b/tests/test_sphinx/sourcedirs/heading_slug_func/conf.py
@@ -0,0 +1,6 @@
+from docutils.nodes import make_id
+
+extensions = ["myst_parser"]
+exclude_patterns = ["_build"]
+myst_heading_anchors = 2
+myst_heading_slug_func = make_id