Skip to content

Commit 83e67be

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fix_testcase
2 parents fb87371 + 672cc25 commit 83e67be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN localedef -i en_US -f UTF-8 en_US.UTF-8
5757
# specify sphinx version as 1.5.6 and remove -U option for [pip install -U
5858
# sphinx-rtd-theme] since -U option will cause sphinx being updated to newest
5959
# version(1.7.1 for now), which causes building documentation failed.
60-
RUN pip install --upgrade pip && \
60+
RUN pip install --upgrade pip==9.0.3 && \
6161
pip install -U wheel && \
6262
pip install -U docopt PyYAML sphinx==1.5.6 && \
6363
pip install sphinx-rtd-theme==0.1.9 recommonmark

0 commit comments

Comments
 (0)