diff options
Diffstat (limited to 'conf.py')
-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'] |