Skip to content

Commit

Permalink
Breathe needs to be initialized in parent sphinx project (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohannes authored Mar 12, 2021
1 parent 9aba950 commit b80cc91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/public/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,15 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"breathe",
]

breathe_projects = {
"OpenTelemetry C++ API": "../../api/docs/doxyoutput/xml"
}

breathe_default_project = "OpenTelemetry C++ API"

primary_domain = "cpp"

higlight_language = "cpp"
Expand Down

0 comments on commit b80cc91

Please sign in to comment.