doc: enable doxybridge
Enable the doxybridge extension. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
c8c3a3b322
commit
ea14a07952
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,7 @@ extensions = [
|
||||||
"sphinx_sitemap",
|
"sphinx_sitemap",
|
||||||
"zephyr.warnings_filter",
|
"zephyr.warnings_filter",
|
||||||
"zephyr.doxyrunner",
|
"zephyr.doxyrunner",
|
||||||
|
"zephyr.doxybridge",
|
||||||
"zephyr.gh_utils",
|
"zephyr.gh_utils",
|
||||||
"zephyr.manifest_projects_table",
|
"zephyr.manifest_projects_table",
|
||||||
"notfound.extension",
|
"notfound.extension",
|
||||||
|
@ -248,6 +249,10 @@ doxyrunner_fmt = True
|
||||||
doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}
|
doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}
|
||||||
doxyrunner_outdir_var = "DOXY_OUT"
|
doxyrunner_outdir_var = "DOXY_OUT"
|
||||||
|
|
||||||
|
# -- Options for zephyr.doxybridge plugin ---------------------------------
|
||||||
|
|
||||||
|
doxybridge_dir = doxyrunner_outdir
|
||||||
|
|
||||||
# -- Options for html_redirect plugin -------------------------------------
|
# -- Options for html_redirect plugin -------------------------------------
|
||||||
|
|
||||||
html_redirect_pages = redirects.REDIRECTS
|
html_redirect_pages = redirects.REDIRECTS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue