File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ jobs:
757757 - build : 4
758758 build-type : Release
759759 build-shared : ' ON'
760- build-docs : ' ON '
760+ build-docs : ' OFF '
761761 build-openfx : ' ON'
762762 use-simd : ' OFF'
763763 use-oiio : ' ON'
@@ -766,7 +766,7 @@ jobs:
766766 - build : 3
767767 build-type : Release
768768 build-shared : ' OFF'
769- build-docs : ' OFF '
769+ build-docs : ' ON '
770770 build-openfx : ' OFF'
771771 use-simd : ' ON'
772772 use-oiio : ' OFF'
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ if(OCIO_BUILD_DOCS)
1010
1111 # Sets Python_PRE_CMD, which sets PATH and PYTHONPATH for Python
1212 get_python_pre_command()
13+ message (STATUS , "${Python_PRE_CMD} " )
14+ message (STATUS , "${Python_EXECUTABLE} " )
15+ message (STATUS , "${EXTRACT_DOCSTRINGS_PY} " )
1316
1417 ###########################################################################
1518 ### Extract docstrings from C++ headers for Python bindings ###
You can’t perform that action at this time.
0 commit comments