Added further documentation updates

This commit is contained in:
Alejandro Saucedo 2021-01-25 08:35:27 +00:00
parent fa3c64ba19
commit fa1dc8f4ec
4 changed files with 46 additions and 8 deletions

View file

@ -66,5 +66,10 @@ add_custom_target(gendocsall ALL
-E copy
${PROJECT_SOURCE_DIR}/CNAME
${SPHINX_BUILD}/CNAME
# Copy the custom asset folder
COMMAND ${CMAKE_COMMAND}
-E copy_directory
${PROJECT_SOURCE_DIR}/docs/assets/
${SPHINX_BUILD}/_static/
DEPENDS gensphinx)