Skip to content

Commit ea14a07

Browse files
gmarullfabiobaltieri
authored andcommitted
doc: enable doxybridge
Enable the doxybridge extension. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent c8c3a3b commit ea14a07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"sphinx_sitemap",
8989
"zephyr.warnings_filter",
9090
"zephyr.doxyrunner",
91+
"zephyr.doxybridge",
9192
"zephyr.gh_utils",
9293
"zephyr.manifest_projects_table",
9394
"notfound.extension",
@@ -248,6 +249,10 @@
248249
doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}
249250
doxyrunner_outdir_var = "DOXY_OUT"
250251

252+
# -- Options for zephyr.doxybridge plugin ---------------------------------
253+
254+
doxybridge_dir = doxyrunner_outdir
255+
251256
# -- Options for html_redirect plugin -------------------------------------
252257

253258
html_redirect_pages = redirects.REDIRECTS

0 commit comments

Comments
 (0)