e182dbc22e
The following changes have been made to support out-of-tree builds: * In order to avoid using relative hardcoded paths, use CMake's configure_file() to replace the paths in the doxygen input file so that the output directory is set correctly. * All .rst and additional required files are now copied from the doc/ folder into the build/rst folder using extract_content.py. The samples/ and boards/ folder are copied twice (once into build/rst and another into build/doc/rst) to manage relative paths. * All paths are absolute where possible, including themes and static content. This patch ensures that the Zephyr repo is not contaminated by the build at all. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> |
||
---|---|---|
.. | ||
extract_content.py | ||
genrest.py |