summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-06-11 22:18:15 +0200
committerrebortg <github@ghlr.de>2021-06-11 22:18:15 +0200
commit21bcc2ccba5be75a600195aefdd6b5bc71f2f50c (patch)
tree7c0d65d4e8a7cc79be934c5e1acbf33c70cf68da /docs/conf.py
parentfc11e92dae0025e0e17ecc7c443c64421e5863d0 (diff)
downloadvyos-documentation-21bcc2ccba5be75a600195aefdd6b5bc71f2f50c.tar.gz
vyos-documentation-21bcc2ccba5be75a600195aefdd6b5bc71f2f50c.zip
add autosectionlabel plugin and explanation
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 594d6063..3e95e52d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,12 +45,17 @@ extensions = ['sphinx.ext.intersphinx',
'sphinx.ext.ifconfig',
'sphinx.ext.graphviz',
'notfound.extension',
+ 'autosectionlabel',
'vyos'
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
+# autosectionlabel
+autosectionlabel_prefix_document = True
+
+
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#