Skip to content

Commit b83c13a

Browse files
committed
update doc config
1 parent fd23498 commit b83c13a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
'sphinx.ext.mathjax',
4848
'sphinx.ext.ifconfig',
4949
'sphinx.ext.viewcode',
50+
'sphinx.ext.autosectionlabel',
5051
'sphinx_jinja',
5152
'sphinx_copybutton',
5253
'sphinx_design',
@@ -55,6 +56,8 @@
5556
'nbsphinx',
5657
]
5758

59+
autosectionlabel_prefix_document = True
60+
5861
# Add any paths that contain templates here, relative to this directory.
5962
templates_path = ['_templates']
6063

0 commit comments

Comments
 (0)