Skip to content

Commit 6883cf5

Browse files
Add autosectionlabel (#168) (#170)
(cherry picked from commit e451ac0) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
1 parent 38d3991 commit 6883cf5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,13 @@
8484
"sphinx_multiversion",
8585
"sphinx_copybutton",
8686
"generate_parameter_library",
87-
'sphinx_tabs.tabs'
87+
'sphinx_tabs.tabs',
88+
"sphinx.ext.autosectionlabel",
8889
]
8990

91+
# Make sure the target is unique
92+
autosectionlabel_prefix_document = True
93+
9094
# By default, tabs can be closed by selecting the open tab
9195
sphinx_tabs_disable_tab_closing = True
9296

0 commit comments

Comments
 (0)