diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-24 18:47:28 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-24 18:47:28 +0100 |
commit | 67f920f61571d52ed724dbffbfb41d2fe75d6872 (patch) | |
tree | d8de77eb85cb6d798fe16b464cdead46006a1007 | |
parent | 7db2e8b3a5768206b75269a07a50b45aeca8ed52 (diff) | |
download | club1-docs-67f920f61571d52ed724dbffbfb41d2fe75d6872.tar.gz club1-docs-67f920f61571d52ed724dbffbfb41d2fe75d6872.zip |
add MyST option for implicit header ref
-rw-r--r-- | conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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'] |