We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c3a3b commit ea14a07Copy full SHA for ea14a07
doc/conf.py
@@ -88,6 +88,7 @@
88
"sphinx_sitemap",
89
"zephyr.warnings_filter",
90
"zephyr.doxyrunner",
91
+ "zephyr.doxybridge",
92
"zephyr.gh_utils",
93
"zephyr.manifest_projects_table",
94
"notfound.extension",
@@ -248,6 +249,10 @@
248
249
doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}
250
doxyrunner_outdir_var = "DOXY_OUT"
251
252
+# -- Options for zephyr.doxybridge plugin ---------------------------------
253
+
254
+doxybridge_dir = doxyrunner_outdir
255
256
# -- Options for html_redirect plugin -------------------------------------
257
258
html_redirect_pages = redirects.REDIRECTS
0 commit comments