Skip to content

Commit

Permalink
doc: enable doxybridge
Browse files Browse the repository at this point in the history
Enable the doxybridge extension.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and kartben committed Jul 4, 2024
1 parent 86f6aae commit f8e0a9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"sphinx_sitemap",
"zephyr.warnings_filter",
"zephyr.doxyrunner",
"zephyr.doxybridge",
"zephyr.gh_utils",
"zephyr.manifest_projects_table",
"notfound.extension",
Expand Down Expand Up @@ -248,6 +249,10 @@
doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}
doxyrunner_outdir_var = "DOXY_OUT"

# -- Options for zephyr.doxybridge plugin ---------------------------------

doxybridge_dir = doxyrunner_outdir

# -- Options for html_redirect plugin -------------------------------------

html_redirect_pages = redirects.REDIRECTS
Expand Down

0 comments on commit f8e0a9d

Please sign in to comment.