Revert "doc: Switch to using docleaf for doxygen entities"
This reverts commit 20986ec45d
.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
30b59483fb
commit
69fcc52ce1
12
doc/conf.py
12
doc/conf.py
|
@ -67,7 +67,7 @@ release = version
|
|||
# -- General configuration ------------------------------------------------
|
||||
|
||||
extensions = [
|
||||
"docleaf.doxygen",
|
||||
"breathe",
|
||||
"sphinx.ext.todo",
|
||||
"sphinx.ext.extlinks",
|
||||
"sphinx.ext.autodoc",
|
||||
|
@ -211,14 +211,16 @@ doxyrunner_fmt = True
|
|||
doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}
|
||||
doxyrunner_outdir_var = "DOXY_OUT"
|
||||
|
||||
# -- Options for Docleaf plugin -------------------------------------------
|
||||
# -- Options for Breathe plugin -------------------------------------------
|
||||
|
||||
docleaf_projects = {"Zephyr": str(doxyrunner_outdir / "xml")}
|
||||
docleaf_default_project = "Zephyr"
|
||||
docleaf_domain_by_extension = {
|
||||
breathe_projects = {"Zephyr": str(doxyrunner_outdir / "xml")}
|
||||
breathe_default_project = "Zephyr"
|
||||
breathe_domain_by_extension = {
|
||||
"h": "c",
|
||||
"c": "c",
|
||||
}
|
||||
breathe_show_enumvalue_initializer = True
|
||||
breathe_default_members = ("members", )
|
||||
|
||||
cpp_id_attributes = [
|
||||
"__syscall",
|
||||
|
|
Loading…
Reference in a new issue