Skip to content

Commit

Permalink
Revert "doc: Switch to using docleaf for doxygen entities"
Browse files Browse the repository at this point in the history
This reverts commit 20986ec.

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben committed Aug 23, 2023
1 parent 1fd6ecf commit a1e5549
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# -- General configuration ------------------------------------------------

extensions = [
"docleaf.doxygen",
"breathe",
"sphinx.ext.todo",
"sphinx.ext.extlinks",
"sphinx.ext.autodoc",
Expand Down Expand Up @@ -211,14 +211,16 @@
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",
Expand Down

0 comments on commit a1e5549

Please sign in to comment.