Skip to content

Commit 7088835

Browse files
author
Jiaqi Liu
committed
pip install doc-requirements in travis
1 parent 95bd9df commit 7088835

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_install:
3737
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
3838
- |
3939
if [[ $GROUP == docs ]]; then
40-
pip install doc-requirements.txt
40+
pip install docs/doc-requirements.txt
4141
fi
4242
4343
install:

docs/doc-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
sphinx>=1.3.6
22
sphinx-rtd-theme
33
nbsphinx==0.2.14
4-
pandoc

0 commit comments

Comments
 (0)