Skip to content

Commit

Permalink
TST: pin sphinx version
Browse files Browse the repository at this point in the history
* pin the version of sphinx used
in Travis doc builds until upstream
issues are resolved in version 2.0
  • Loading branch information
tylerjereddy committed Apr 3, 2019
1 parent e88265d commit bb54223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ matrix:
BUILD_DOCS=true
BUILD_CMD="cd ${TRAVIS_BUILD_DIR}/package && python setup.py build_ext --inplace"
INSTALL_HOLE="false"
PIP_DEPENDENCIES="${PIP_DEPENDENCIES} sphinx-sitemap"
PIP_DEPENDENCIES="${PIP_DEPENDENCIES} sphinx==1.8.5 sphinx-sitemap"

- env: NAME="Lint"
PYLINTRC="${TRAVIS_BUILD_DIR}/package/.pylintrc"
Expand Down

0 comments on commit bb54223

Please sign in to comment.