Skip to content

Commit 0fb6d5a

Browse files
committed
Re Comment python doc generation in CMake
1 parent 2669819 commit 0fb6d5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ add_custom_target(Sphinx ALL
2929
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/output
3030
COMMENT "Generating documentation with Sphinx")
3131

32-
add_custom_target(ifcopenshell_python_docs ALL
33-
COMMAND make html
34-
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../src/ifcblenderexport/docs
35-
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/../src/ifcblenderexport/docs
36-
COMMENT "Generating documentation with Sphinx")
32+
# add_custom_target(ifcopenshell_python_docs ALL
33+
# COMMAND make html
34+
# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../src/ifcblenderexport/docs
35+
# OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/../src/ifcblenderexport/docs
36+
# COMMENT "Generating documentation with Sphinx")
3737

3838
else (DOXYGEN_FOUND)
3939
message("Doxygen need to be installed to generate the doxygen documentation")

0 commit comments

Comments
 (0)