Skip to content

Commit dc53c0e

Browse files
authored
test that the docs build with sphinx
1 parent 2caeb81 commit dc53c0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install twine
31+
pip install sphinx
3132
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
3233
- name: Run Tests
3334
run: |
3435
python tests.py
3536
python setup.py sdist
3637
twine check dist/*
38+
sphinx-build -b html docs dist/docs

0 commit comments

Comments
 (0)