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

MAINT use sphinx 1.4 to build the doc

Temporary work-around until sphinx-gallery supports sphinx 1.5
parent b7a1ad26
No related merge requests found
...@@ -110,8 +110,10 @@ popd ...@@ -110,8 +110,10 @@ popd
# Configure the conda environment and put it in the path using the # Configure the conda environment and put it in the path using the
# provided versions # provided versions
# Using sphinx 1.4 for now until sphinx-gallery has a fix for sphinx 1.5
# See https://github.com/sphinx-gallery/sphinx-gallery/pull/178 for more details
conda create -n testenv --yes --quiet python numpy scipy \ conda create -n testenv --yes --quiet python numpy scipy \
cython nose coverage matplotlib sphinx pillow cython nose coverage matplotlib sphinx=1.4 pillow
source activate testenv source activate testenv
# Build and install scikit-learn in dev mode # 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