From 0fb6d5a903832a06cb0f5816909bd5e736d21879 Mon Sep 17 00:00:00 2001 From: johltn Date: Sun, 1 Nov 2020 11:09:00 +0100 Subject: [PATCH] Re Comment python doc generation in CMake --- docs/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 63de77bd48..eec8e8ec77 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -29,11 +29,11 @@ add_custom_target(Sphinx ALL WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/output COMMENT "Generating documentation with Sphinx") -add_custom_target(ifcopenshell_python_docs ALL - COMMAND make html - WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../src/ifcblenderexport/docs - OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/../src/ifcblenderexport/docs - COMMENT "Generating documentation with Sphinx") +# add_custom_target(ifcopenshell_python_docs ALL + # COMMAND make html + # WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../src/ifcblenderexport/docs + # OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/../src/ifcblenderexport/docs + # COMMENT "Generating documentation with Sphinx") else (DOXYGEN_FOUND) message("Doxygen need to be installed to generate the doxygen documentation")