There was an error while loading. Please reload this page.
2 parents 1b0b404 + 728a719 commit c07d3f0Copy full SHA for c07d3f0
1 file changed
docs/source/conf.py
@@ -43,6 +43,7 @@
43
extensions = [
44
"sphinx.ext.intersphinx",
45
"sphinx.ext.autodoc",
46
+ "sphinx.ext.autosectionlabel",
47
"sphinx.ext.autosummary",
48
"sphinx_copybutton",
49
"numpydoc",
@@ -51,6 +52,10 @@
51
52
"myst_nb",
53
"breathe",
54
]
55
+
56
+# Disambiguate section anchors across documents
57
+autosectionlabel_prefix_document = True
58
59
# Breathe Configuration
60
breathe_projects = {"librapidsmpf": "../../cpp/doxygen/xml"}
61
breathe_default_project = "librapidsmpf"
0 commit comments