summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2021-06-11 22:28:02 +0200
committerGitHub <noreply@github.com>2021-06-11 22:28:02 +0200
commit679a7967f5b4ae41fa92bad5d3efa6e883b33610 (patch)
tree95bb90c8a6e71ab79906ac6cee304f631aaacf1c /docs/conf.py
parentb8cc2a3971104ed3b4e9b77bd33a02cccaf6b54a (diff)
parent20fae5d25db3989b958d38a83dbca8573ec8a9d2 (diff)
downloadvyos-documentation-679a7967f5b4ae41fa92bad5d3efa6e883b33610.tar.gz
vyos-documentation-679a7967f5b4ae41fa92bad5d3efa6e883b33610.zip
Merge pull request #546 from rebortg/autosectionlabel
Autosectionlabel
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:
#