Skip to content

Commit

Permalink
MAINT: Pin to earlier Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 6, 2019
1 parent 496eea3 commit 5510cd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ jobs:
sudo apt-get update
sudo apt-get install libatlas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libfreetype6-dev libpng-dev zlib1g zlib1g-dev texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex fonts-freefont-otf
# Sphinx 2.1.0+ is stricter about warnings, so until we fix all of those, use 2.0.1
# so that we can keep nitpicky (-n) + warnings-as-errors (-W) modes
- run:
name: setup Python venv
command: |
python3 -m venv venv
. 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<2.1"
- run:
name: build docs
Expand Down

0 comments on commit 5510cd1

Please sign in to comment.