Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
# doctest docstrings
pytest --doctest-modules --pyargs pywt -v --doctest-collect=api
# Run Sphinx HTML docs builder, converting warnings to errors
# Move back out of demo/ to root directory
cd ..
# 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
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