We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 346025e + 0e5770d commit febc1c6Copy full SHA for febc1c6
.travis.yml
@@ -29,13 +29,13 @@ install:
29
- conda install -c conda-forge nbconvert nbformat jupyter_client ipykernel
30
31
# Install documentation dependencies
32
- - pip install nbsphinx dask-sphinx-theme sphinx==2.3.1
+ - pip install nbsphinx dask-sphinx-theme sphinx
33
34
script:
35
- set -e
36
- source activate test
37
- python prep.py --small
38
- - sphinx-build -M html . _build -vv
+ - sphinx-build -M html . _build -v
39
- pip install doctr
40
- doctr deploy --built-docs _build/html .
41
0 commit comments