Searched refs:html_static_path (Results 1 – 4 of 4) sorted by relevance
23 app.config.html_static_path.append(RESOURCES_DIR.as_posix())
176 html_static_path = [str(ZEPHYR_BASE / "doc" / "_static")] variable
453 app.config.html_static_path.append(RESOURCES_DIR.as_posix())
1246 (lambda app: app.config.html_static_path.append(RESOURCES_DIR.as_posix())),