Skip to content

Commit e7c0025

Browse files
committed
CIRCLE Revert to sphinx 1.5
to fix pdf doc generation
1 parent 2537c31 commit e7c0025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_tools/circle/build_doc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sudo -E apt-get -yq update
8888
sudo -E apt-get -yq remove texlive-binaries --purge
8989
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes \
9090
install dvipng texlive-latex-base texlive-latex-extra \
91-
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk
91+
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
9292

9393
# deactivate circleci virtualenv and setup a miniconda env instead
9494
if [[ `type -t deactivate` ]]; then
@@ -105,7 +105,7 @@ conda update --yes --quiet conda
105105
# Configure the conda environment and put it in the path using the
106106
# provided versions
107107
conda create -n $CONDA_ENV_NAME --yes --quiet python numpy scipy \
108-
cython nose coverage matplotlib sphinx pillow
108+
cython nose coverage matplotlib sphinx=1.5 pillow
109109
source activate testenv
110110

111111
# Build and install scikit-learn in dev mode

0 commit comments

Comments
 (0)