File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,14 @@ RUN localedef -i en_US -f UTF-8 en_US.UTF-8
53
53
54
54
# FIXME: due to temporary ipykernel dependency issue, specify ipykernel jupyter
55
55
# version util jupyter fixes this issue.
56
+
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.
56
60
RUN pip install --upgrade pip && \
57
61
pip install -U wheel && \
58
- pip install -U docopt PyYAML sphinx && \
59
- pip install -U sphinx-rtd-theme==0.1.9 recommonmark
62
+ pip install -U docopt PyYAML sphinx==1.5.6 && \
63
+ pip install sphinx-rtd-theme==0.1.9 recommonmark
60
64
61
65
RUN pip install pre-commit 'ipython==5.3.0' && \
62
66
pip install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
You can’t perform that action at this time.
0 commit comments