Skip to content

Commit

Permalink
try another way
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes-intel committed Jan 22, 2025
1 parent 7b36e08 commit bdc5bb8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .ci/pipeline/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ jobs:
export PYTHONPATH=$(pwd)
displayName: 'Build daal4py/sklearnex'
- script: |
if [[ -z "${PYTHONPATH}" ]]; then
export PYTHONPATH=$(pwd)
fi
export DALROOT=$(dirname $(dirname $(which python)))
export NO_DIST=1
python setup.py build_ext --inplace --abs-rpath
export PYTHONPATH=$(pwd)
cd doc/daal4py
make html 2>&1 | tee build.log
cat build.log
Expand All @@ -83,9 +84,10 @@ jobs:
fi
displayName: 'Build daal4py documentation'
- script: |
if [[ -z "${PYTHONPATH}" ]]; then
export PYTHONPATH=$(pwd)
fi
export DALROOT=$(dirname $(dirname $(which python)))
export NO_DIST=1
python setup.py build --abs-rpath
export PYTHONPATH=$(pwd)
export O="-W"
cd doc
./build-doc.sh
Expand Down

0 comments on commit bdc5bb8

Please sign in to comment.