diff options
Diffstat (limited to 'documentation/conf.py')
-rw-r--r-- | documentation/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index a598c5bd88..beb5496763 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -33,9 +33,11 @@ sys.path.insert(0, os.path.abspath('sphinx')) | |||
33 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | 33 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
34 | # ones. | 34 | # ones. |
35 | extensions = [ | 35 | extensions = [ |
36 | 'sphinx.ext.autosectionlabel', | ||
36 | 'sphinx.ext.extlinks', | 37 | 'sphinx.ext.extlinks', |
37 | 'yocto-vars' | 38 | 'yocto-vars' |
38 | ] | 39 | ] |
40 | autosectionlabel_prefix_document = True | ||
39 | 41 | ||
40 | # Add any paths that contain templates here, relative to this directory. | 42 | # Add any paths that contain templates here, relative to this directory. |
41 | templates_path = ['_templates'] | 43 | templates_path = ['_templates'] |