From ea14a07952331d4329f78d8908db1c96143ab367 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Mon, 25 Oct 2021 17:07:42 +0200 Subject: [PATCH] doc: enable doxybridge Enable the doxybridge extension. Signed-off-by: Gerard Marull-Paretas --- doc/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 709f3ea4680..d0280fb560f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -88,6 +88,7 @@ extensions = [ "sphinx_sitemap", "zephyr.warnings_filter", "zephyr.doxyrunner", + "zephyr.doxybridge", "zephyr.gh_utils", "zephyr.manifest_projects_table", "notfound.extension", @@ -248,6 +249,10 @@ doxyrunner_fmt = True 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