doc: Remove unnecessary copy statements
Since we're now copying the whole doc/ folder into the output folder, there's no need anymore to copy certain files by hand. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
9c26c3fa3b
commit
d6c56d57c3
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ add_custom_target(
|
|||
|
||||
set(KI_SCRIPT ${ZEPHYR_BASE}/scripts/filter-known-issues.py)
|
||||
set(CONFIG_DIR ${ZEPHYR_BASE}/.known-issues/doc)
|
||||
configure_file(${CMAKE_CURRENT_LIST_DIR}/conf.py ${RST_OUT}/doc/conf.py COPYONLY)
|
||||
configure_file(${CMAKE_CURRENT_LIST_DIR}/substitutions.txt ${RST_OUT}/doc/substitutions.txt COPYONLY)
|
||||
|
||||
add_custom_target(
|
||||
html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue