doc: conf: remove unused breathe project
the `doc-examples` project is not used and, in fact, is a duplicate of the Zephyr project. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
2d06ad7ee4
commit
830de4c905
1 changed files with 1 additions and 4 deletions
|
@ -169,10 +169,7 @@ doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE)}
|
|||
|
||||
# -- Options for Breathe plugin -------------------------------------------
|
||||
|
||||
breathe_projects = {
|
||||
"Zephyr": str(doxyrunner_outdir / "xml"),
|
||||
"doc-examples": str(doxyrunner_outdir / "xml"),
|
||||
}
|
||||
breathe_projects = {"Zephyr": str(doxyrunner_outdir / "xml")}
|
||||
breathe_default_project = "Zephyr"
|
||||
breathe_domain_by_extension = {
|
||||
"h": "c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue