Skip to content

Commit b80cc91

Browse files
authored
Breathe needs to be initialized in parent sphinx project (#606)
1 parent 9aba950 commit b80cc91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/public/conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,15 @@
4444
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4545
# ones.
4646
extensions = [
47+
"breathe",
4748
]
4849

50+
breathe_projects = {
51+
"OpenTelemetry C++ API": "../../api/docs/doxyoutput/xml"
52+
}
53+
54+
breathe_default_project = "OpenTelemetry C++ API"
55+
4956
primary_domain = "cpp"
5057

5158
higlight_language = "cpp"

0 commit comments

Comments
 (0)