Skip to content

Commit af4b808

Browse files
committed
Inspect Windows docs env
Signed-off-by: Michael Dolan <[email protected]>
1 parent 4350354 commit af4b808

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

src/bindings/python/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 ###

0 commit comments

Comments
 (0)