Skip to content

Commit c07d3f0

Browse files
authored
Merge branch 'main' into remove-devcontainers-dependency-key
2 parents 1b0b404 + 728a719 commit c07d3f0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
extensions = [
4444
"sphinx.ext.intersphinx",
4545
"sphinx.ext.autodoc",
46+
"sphinx.ext.autosectionlabel",
4647
"sphinx.ext.autosummary",
4748
"sphinx_copybutton",
4849
"numpydoc",
@@ -51,6 +52,10 @@
5152
"myst_nb",
5253
"breathe",
5354
]
55+
56+
# Disambiguate section anchors across documents
57+
autosectionlabel_prefix_document = True
58+
5459
# Breathe Configuration
5560
breathe_projects = {"librapidsmpf": "../../cpp/doxygen/xml"}
5661
breathe_default_project = "librapidsmpf"

0 commit comments

Comments
 (0)