Home
last modified time | relevance | path

Searched refs:RESOURCES_DIR (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/
D__init__.py20 RESOURCES_DIR = Path(__file__).parent / "static" variable
23 app.config.html_static_path.append(RESOURCES_DIR.as_posix())
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py65 RESOURCES_DIR = Path(__file__).parent / "static" variable
436 app.config.html_static_path.append(RESOURCES_DIR.as_posix())
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py66 RESOURCES_DIR = Path(__file__).parent / "static" variable
963 (lambda app: app.config.html_static_path.append(RESOURCES_DIR.as_posix())),