Skip to content

Commit

Permalink
Comment out the sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br authored Jun 4, 2024
1 parent e130385 commit e412d87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ jobs:
pytest --doctest-modules --pyargs pywt -v --doctest-collect=api
# Run Sphinx HTML docs builder, converting warnings to errors
cd ..
pip install -r util/readthedocs/requirements.txt
sphinx-build -b html -W --keep-going -d _build/doctrees . doc/source doc/build
# XXX sphinx build is broken on CI
# pip install -r util/readthedocs/requirements.txt
# sphinx-build -b html -W --keep-going -d _build/doctrees . doc/source doc/build
else
pytest --pyargs pywt
fi
Expand Down

0 comments on commit e412d87

Please sign in to comment.