Skip to content

Commit ebe5650

Browse files
authored
specify sphinx and sphinx_rtd_theme versions
1 parent 93b11d9 commit ebe5650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ COPY selene-cpu.yml /tmp/$CONDA_ENV.yml
1414
RUN conda env create -q -f /tmp/selene.yml -n $CONDA_ENV && \
1515
bash -c '\
1616
source activate $CONDA_ENV && \
17-
conda install -q nose sphinx sphinx_rtd_theme && \
17+
conda install -q nose sphinx==4.0.1 sphinx_rtd_theme==0.5.2 && \
1818
pip install recommonmark'

0 commit comments

Comments
 (0)