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 494c262 + 04a652c commit 672cc25Copy full SHA for 672cc25
Dockerfile
@@ -57,7 +57,7 @@ RUN localedef -i en_US -f UTF-8 en_US.UTF-8
57
# specify sphinx version as 1.5.6 and remove -U option for [pip install -U
58
# sphinx-rtd-theme] since -U option will cause sphinx being updated to newest
59
# version(1.7.1 for now), which causes building documentation failed.
60
-RUN pip install --upgrade pip && \
+RUN pip install --upgrade pip==9.0.3 && \
61
pip install -U wheel && \
62
pip install -U docopt PyYAML sphinx==1.5.6 && \
63
pip install sphinx-rtd-theme==0.1.9 recommonmark
0 commit comments