aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 69a3d28..58ee832 100644
--- a/conf.py
+++ b/conf.py
@@ -31,6 +31,10 @@ extensions = [
'myst_parser',
]
+# Allow to create implicit reference to headings.
+# See: https://docs.readthedocs.io/en/stable/guides/cross-referencing-with-sphinx.html#implicit-targets
+myst_heading_anchors = 2
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']