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.
1 parent 95bd9df commit 7088835Copy full SHA for 7088835
.travis.yml
@@ -37,7 +37,7 @@ before_install:
37
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
38
- |
39
if [[ $GROUP == docs ]]; then
40
- pip install doc-requirements.txt
+ pip install docs/doc-requirements.txt
41
fi
42
43
install:
docs/doc-requirements.txt
@@ -1,4 +1,3 @@
1
sphinx>=1.3.6
2
sphinx-rtd-theme
3
nbsphinx==0.2.14
4
-pandoc
0 commit comments