Skip to content
Snippets Groups Projects
Commit e7c0025c authored by Loic Esteve's avatar Loic Esteve
Browse files

CIRCLE Revert to sphinx 1.5

to fix pdf doc generation
parent 2537c313
Branches
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ sudo -E apt-get -yq update
sudo -E apt-get -yq remove texlive-binaries --purge
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes \
install dvipng texlive-latex-base texlive-latex-extra \
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
# deactivate circleci virtualenv and setup a miniconda env instead
if [[ `type -t deactivate` ]]; then
......@@ -105,7 +105,7 @@ conda update --yes --quiet conda
# Configure the conda environment and put it in the path using the
# provided versions
conda create -n $CONDA_ENV_NAME --yes --quiet python numpy scipy \
cython nose coverage matplotlib sphinx pillow
cython nose coverage matplotlib sphinx=1.5 pillow
source activate testenv
# Build and install scikit-learn in dev mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment