summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py2
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.
35extensions = [ 35extensions = [
36 'sphinx.ext.autosectionlabel',
36 'sphinx.ext.extlinks', 37 'sphinx.ext.extlinks',
37 'yocto-vars' 38 'yocto-vars'
38] 39]
40autosectionlabel_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.
41templates_path = ['_templates'] 43templates_path = ['_templates']