Skip to content

Commit febc1c6

Browse files
authored
Merge pull request #167 from jrbourbeau/unpin-sphinx
Unpin sphinx
2 parents 346025e + 0e5770d commit febc1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ install:
2929
- conda install -c conda-forge nbconvert nbformat jupyter_client ipykernel
3030

3131
# Install documentation dependencies
32-
- pip install nbsphinx dask-sphinx-theme sphinx==2.3.1
32+
- pip install nbsphinx dask-sphinx-theme sphinx
3333

3434
script:
3535
- set -e
3636
- source activate test
3737
- python prep.py --small
38-
- sphinx-build -M html . _build -vv
38+
- sphinx-build -M html . _build -v
3939
- pip install doctr
4040
- doctr deploy --built-docs _build/html .
4141

0 commit comments

Comments
 (0)