Skip to content

Commit 6db731c

Browse files
committed
Merge remote-tracking branch 'upstream/main' into cuda-stream-ref
2 parents 33c9d4e + 728a719 commit 6db731c

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)