Lines Matching full:doc
2 # Reference: https://www.sphinx-doc.org/en/master/usage/configuration.html
15 sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
19 sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_scripts"))
174 html_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo.svg")
175 html_favicon = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "favicon.png")
176 html_static_path = [str(ZEPHYR_BASE / "doc" / "_static")]
182 html_search_scorer = str(ZEPHYR_BASE / "doc" / "_static" / "js" / "scorer.js")
220 "maketitle": (ZEPHYR_BASE / "doc" / "_static" / "latex" / "title.tex").read_text(),
221 "preamble": (ZEPHYR_BASE / "doc" / "_static" / "latex" / "preamble.tex").read_text(),
240 latex_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo-latex.pdf")
249 doxyrunner_doxyfile = ZEPHYR_BASE / "doc" / "zephyr.doxyfile.in"
283 ".*": "doc",
299 (ZEPHYR_BASE / "doc", "[!_]*"),
301 (ZEPHYR_BASE, "boards/**/doc"),
304 (ZEPHYR_BASE, "samples/**/doc"),
306 (ZEPHYR_BASE, "snippets/**/doc"),