aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-24 18:47:28 +0100
committern-peugnet <n.peugnet@free.fr>2022-03-24 18:47:28 +0100
commit67f920f61571d52ed724dbffbfb41d2fe75d6872 (patch)
treed8de77eb85cb6d798fe16b464cdead46006a1007
parent7db2e8b3a5768206b75269a07a50b45aeca8ed52 (diff)
downloadclub1-docs-67f920f61571d52ed724dbffbfb41d2fe75d6872.tar.gz
club1-docs-67f920f61571d52ed724dbffbfb41d2fe75d6872.zip
add MyST option for implicit header ref
-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']