Skip to content

Commit

Permalink
CI: Attempt to builds docs during regular CI, too
Browse files Browse the repository at this point in the history
Since ReadTheDocs does not support [1] running as a CI check on GitHub
yet, let's make sure that we at least run sphinx. This would have caught
a recent docs breakage (see parent commit).

[1] readthedocs/readthedocs.org#1340
  • Loading branch information
jktjkt committed Jul 3, 2019
1 parent 30defc3 commit a1855d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ script:
- rstcheck --ignore-roles cite --ignore-directives automodule --recursive --ignore-messages '(Duplicate explicit target name.*)' .
- cd examples; ./transmission_main_example.py
- cd examples; ./path_requests_run.py
- sphinx-build docs/ x-throwaway-location
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit a1855d8

Please sign in to comment.