diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 5 |
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: # |