There was an error while loading. Please reload this page.
sphinx.ext.autosectionlabel
1 parent 00f3ef9 commit 50cac7fCopy full SHA for 50cac7f
1 file changed
docs/conf.py
@@ -30,6 +30,7 @@
30
# ones.
31
extensions = [
32
'sphinx.ext.autodoc',
33
+ 'sphinx.ext.autosectionlabel',
34
'sphinx_rtd_theme',
35
]
36
@@ -205,6 +206,9 @@
205
206
# Output file base name for HTML help builder.
207
htmlhelp_basename = 'fmfdoc'
208
209
+autosectionlabel_maxdepth = 2
210
+autosectionlabel_prefix_document = True
211
+
212
# -- Options for manual page output ---------------------------------------
213
214
# One entry per manual page. List of tuples
0 commit comments