Skip to content
Snippets Groups Projects
Commit 98d8c91e authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Do not configure non-template rst files

parent 585dbb90
Branches
Tags
1 merge request!1300Do not configure non-template rst files
Pipeline #65470 passed with warnings
Pipeline: Dune Nightly Test

#65473

    ......@@ -131,7 +131,7 @@ function(dune_cmake_sphinx_doc)
    # add it to index.rst then.
    set(CMAKE_DOC_DEPENDENCIES "${CMAKE_DOC_DEPENDENCIES} ${dep}\n")
    # ... and copy the rst file to the current build.
    configure_file(${RSTFILE} ${CMAKE_CURRENT_BINARY_DIR}/${dep}.rst)
    configure_file(${RSTFILE} ${CMAKE_CURRENT_BINARY_DIR}/${dep}.rst COPYONLY)
    endif()
    endforeach()
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment