Skip to content

Commit

Permalink
Trying older sphinx in travis, might not crash docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Sep 18, 2017
1 parent 76b7383 commit c7f65fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/publish-docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

publish_docs() {
pip install sphinx docutils ghp-import --user &&
pip install sphinx==1.6.2 docutils ghp-import --user &&
pip install -r docs/requirements.txt --user &&
make html -C docs SPHINXBUILD=~/.local/bin/sphinx-build &&
~/.local/bin/ghp-import -n docs/_build/html &&
Expand Down

0 comments on commit c7f65fd

Please sign in to comment.