mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-07 11:48:40 +01:00
added dataformat for jungfrau
This commit is contained in:
@@ -67,8 +67,19 @@ set(SPHINX_SOURCE_FILES
|
||||
src/binaryfileformat.rst
|
||||
src/hdf5fileformat.rst
|
||||
src/zmqjsonheaderformat.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})
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${filename}
|
||||
"${SPHINX_BUILD}/${filename}")
|
||||
@@ -84,10 +95,6 @@ configure_file(
|
||||
"${SPHINX_BUILD}/gen_server_doc.py"
|
||||
@ONLY)
|
||||
|
||||
configure_file(
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/static/extra.css"
|
||||
"${SPHINX_BUILD}/static/css/extra.css"
|
||||
@ONLY)
|
||||
|
||||
add_custom_target(server_rst python gen_server_doc.py)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user