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