Skip to content

Commit eb9e7d4

Browse files
committed
BLD: updates in .travis.yml
Add restriction sphinx<1.7 in .travis.yml. since build_main is gone from sphinx 1.7. Also remove conda restriction since fixed.
1 parent 691fa1f commit eb9e7d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ install:
3939
- export PATH="$HOME/miniconda/bin:$PATH"
4040
- hash -r
4141
- conda config --set always_yes yes --set changeps1 no
42-
- conda install "conda<=4.3.25" # newer version 4.3.27 is broken, waiting for fix
4342
# Useful for debugging any issues with conda
4443
- conda info -a
4544

@@ -53,7 +52,7 @@ install:
5352

5453
# Doc dependencies
5554
- if [[ "$BUILD_DOCS" == "true" ]]; then
56-
pip install sphinx sphinx_rtd_theme travis-sphinx;
55+
pip install "sphinx<1.7" sphinx_rtd_theme travis-sphinx;
5756
fi
5857

5958
# Install our package

0 commit comments

Comments
 (0)