Skip to content

Commit

Permalink
Pin sphinx version (#5306)
Browse files Browse the repository at this point in the history
* Pin sphinx version

* pin sphinx in build
  • Loading branch information
blink1073 committed Sep 13, 2018
1 parent f8a4b91 commit bbe152f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
- conda-forge
dependencies:
- python=3.5
- sphinx>=1.6
- sphinx<1.8
- sphinx_rtd_theme
- recommonmark
2 changes: 1 addition & 1 deletion scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [[ $GROUP == docs ]]; then

# Verify tutorial docs build
pushd docs
pip install sphinx sphinx_rtd_theme recommonmark
pip install "sphinx<1.8" sphinx_rtd_theme recommonmark
make html
popd
fi
Expand Down

0 comments on commit bbe152f

Please sign in to comment.