Added docuemntation for custom operations

This commit is contained in:
Alejandro Saucedo 2021-01-30 15:50:05 +00:00
parent f274b07d43
commit fabe3578c1
6 changed files with 208 additions and 98 deletions

View file

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