Skip to content

Commit

Permalink
CI: pin Sphinx version to 1.8.5
Browse files Browse the repository at this point in the history
Sphinx 2.0.0 breaks the doc build
  • Loading branch information
rgommers committed Mar 28, 2019
1 parent 1bdab7c commit a08cb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
. venv/bin/activate
pip install --install-option="--no-cython-compile" cython
pip install numpy
pip install nose mpmath argparse Pillow codecov matplotlib Sphinx
pip install nose mpmath argparse Pillow codecov matplotlib Sphinx==1.8.5
- run:
name: build docs
Expand Down
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

# Paver options object, holds all default dirs
options(bootstrap=Bunch(bootstrap_dir="bootstrap"),
virtualenv=Bunch(packages_to_install=["sphinx==1.1.3", "numpydoc"],
virtualenv=Bunch(packages_to_install=["sphinx==1.8.5", "numpydoc"],
no_site_packages=False),
sphinx=Bunch(builddir="build", sourcedir="source", docroot='doc'),
superpack=Bunch(builddir="build-superpack",
Expand Down

0 comments on commit a08cb1c

Please sign in to comment.