Skip to content

Commit 6267187

Browse files
committed
New test
1 parent 3575aff commit 6267187

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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)