Skip to content

Commit

Permalink
Keep docs cmakelists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 13, 2023
1 parent 91cc435 commit a4d0b28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Docs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cmake_minimum_required (VERSION 3.10)
project(PelePhysics-Docs NONE)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

find_package(Sphinx REQUIRED)

add_custom_target(sphinx ALL
COMMAND ${SPHINX_EXECUTABLE} -M html
"${CMAKE_CURRENT_SOURCE_DIR}/sphinx" "${CMAKE_CURRENT_BINARY_DIR}/sphinx"
-c ${CMAKE_CURRENT_SOURCE_DIR}/sphinx -W --keep-going -n)

0 comments on commit a4d0b28

Please sign in to comment.