Skip to content

Commit

Permalink
Use our documentation fork for testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed Sep 25, 2019
1 parent 378ab3e commit 268c6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -1008,7 +1008,7 @@ if(USE_PREBUILT_PYTHON_LIBRARY_PACKAGE)
${PROJECT_BUILD_DIR}/doc/${CMAKE_PROJECT_NAME}.qhcp)

build_documentation(user)
build_documentation(developer)
## build_documentation(developer)
endif()

# Build the GUI version of OpenCOR
Expand Down
2 changes: 1 addition & 1 deletion cmake/common.cmake
Expand Up @@ -127,7 +127,7 @@ macro(build_documentation DOCUMENTATION_NAME)
SOURCE_DIR
${CMAKE_SOURCE_DIR}/ext/doc/${DOCUMENTATION_NAME}
GIT_REPOSITORY
https://github.com/opencor/${DOCUMENTATION_NAME}-documentation
https://github.com/dbrnz/${DOCUMENTATION_NAME}-documentation
CMAKE_ARGS
-DPYTHON_EXECUTABLE=${PYTHON_EXECUTABLE}
-DSPHINX_EXECUTABLE=${DOCUMENTATION_SPHINX_EXECUTABLE}
Expand Down

0 comments on commit 268c6d0

Please sign in to comment.