summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorChristopher Whelan <topherwhelan@gmail.com>2019-08-25 00:47:45 -0700
committerChristopher Whelan <topherwhelan@gmail.com>2019-09-14 11:51:47 -0700
commit5d5ce4ccb89f0b301dda1cb82f7d9bb59f46bf0c (patch)
treea1f6cbacb95ae3f6c73e1171e8910099566f9a69 /.circleci
parent31ffdecf07d18ed4dbb66b171cb0f998d4b190fa (diff)
downloadnumpy-5d5ce4ccb89f0b301dda1cb82f7d9bb59f46bf0c.tar.gz
DOC: support and require sphinx>=2.1.2
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6b4ab812f..d84b762c2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
python3 -m venv venv
ln -s $(which python3) venv/bin/python3.6
. venv/bin/activate
- pip install cython sphinx==1.8.5 matplotlib ipython
+ pip install cython sphinx==2.1.2 matplotlib ipython
sudo apt-get update
sudo apt-get install -y graphviz texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex