Ensure that docs build as part of CI.

This commit is contained in:
Dave Shawley 2021-03-11 07:43:17 -05:00
parent 28e369c122
commit 63dc44fd22
No known key found for this signature in database
GPG key ID: 44A9C9992CCFAB82

View file

@ -34,6 +34,9 @@ jobs:
coverage run -m unittest
coverage report
coverage xml
- name: Generate documentation
run: |
sphinx-build -b html -W --no-color docs build/sphinx/html
# TODO
# - name: Upload coverage
# uses: codecov/codecov-action@v1.0.2