File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ install:
3434
3535script :
3636 - pwd
37+ - cd src/ifcblenderexport/docs
38+ - make html
39+ - cd ..
40+ - cd ..
41+ - cd ..
3742 - cd cmake
3843 - mkdir build
3944 - cd build
Original file line number Diff line number Diff 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
3838else (DOXYGEN_FOUND )
3939 message ("Doxygen need to be installed to generate the doxygen documentation" )
You can’t perform that action at this time.
0 commit comments