mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-07 16:08:41 +01:00
minimum change
This commit is contained in:
@@ -70,16 +70,6 @@ set(SPHINX_SOURCE_FILES
|
|||||||
src/dataformat.rst
|
src/dataformat.rst
|
||||||
)
|
)
|
||||||
|
|
||||||
configure_file(
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/static/extra.css"
|
|
||||||
"${SPHINX_BUILD}/static/css/extra.css"
|
|
||||||
@ONLY)
|
|
||||||
|
|
||||||
# Add this if it's not already copying the full static folder:
|
|
||||||
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/images
|
|
||||||
DESTINATION ${SPHINX_BUILD}/src)
|
|
||||||
|
|
||||||
|
|
||||||
foreach(filename ${SPHINX_SOURCE_FILES})
|
foreach(filename ${SPHINX_SOURCE_FILES})
|
||||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${filename}
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${filename}
|
||||||
"${SPHINX_BUILD}/${filename}")
|
"${SPHINX_BUILD}/${filename}")
|
||||||
@@ -95,6 +85,15 @@ configure_file(
|
|||||||
"${SPHINX_BUILD}/gen_server_doc.py"
|
"${SPHINX_BUILD}/gen_server_doc.py"
|
||||||
@ONLY)
|
@ONLY)
|
||||||
|
|
||||||
|
configure_file(
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/static/extra.css"
|
||||||
|
"${SPHINX_BUILD}/static/css/extra.css"
|
||||||
|
@ONLY)
|
||||||
|
|
||||||
|
|
||||||
|
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/images
|
||||||
|
DESTINATION ${SPHINX_BUILD}/src)
|
||||||
|
|
||||||
|
|
||||||
add_custom_target(server_rst python gen_server_doc.py)
|
add_custom_target(server_rst python gen_server_doc.py)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user