Skip to content

Commit

Permalink
specify sphinx and sphinx_rtd_theme versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kathyxchen authored Jun 8, 2021
1 parent 93b11d9 commit ebe5650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ COPY selene-cpu.yml /tmp/$CONDA_ENV.yml
RUN conda env create -q -f /tmp/selene.yml -n $CONDA_ENV && \
bash -c '\
source activate $CONDA_ENV && \
conda install -q nose sphinx sphinx_rtd_theme && \
conda install -q nose sphinx==4.0.1 sphinx_rtd_theme==0.5.2 && \
pip install recommonmark'

0 comments on commit ebe5650

Please sign in to comment.