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:
Gerard Marull-Paretas 2021-05-19 13:11:51 +02:00 committed by Carles Cufí
commit 830de4c905

View file

@ -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",