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 eb01560 commit 507a473Copy full SHA for 507a473
.jenkins/build.sh
@@ -15,8 +15,8 @@ export PATH=/opt/conda/bin:$PATH
15
rm -rf src
16
pip install -r $DIR/../requirements.txt
17
18
-export PATH=/opt/conda/bin:$PATH
19
-pip install sphinx==1.8.2 pandas
+# export PATH=/opt/conda/bin:$PATH
+# pip install sphinx==1.8.2 pandas
20
21
# For Tensorboard. Until 1.14 moves to the release channel.
22
pip install tb-nightly
requirements.txt
@@ -1,6 +1,6 @@
1
# Refer to ./jenkins/build.sh for tutorial build instructions
2
3
-sphinx
+sphinx==1.8.2
4
sphinx-gallery==0.3.1
5
tqdm
6
numpy
0 commit comments