Fix paths in documentation generation

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2020-05-06 09:57:56 +02:00 committed by eboasson
parent f8ed1f4adf
commit 3c1b14e6cb
2 changed files with 3 additions and 3 deletions

View file

@ -319,7 +319,7 @@ function(sphinx_add_docs _target)
endif()
add_custom_target(
${_target}
${_target} ALL
COMMAND ${SPHINX_BUILD_EXECUTABLE}
-b ${_builder}
-d "${CMAKE_CURRENT_BINARY_DIR}/${_target}.cache/_doctrees"