diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-25 20:51:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 20:51:03 +0200 |
commit | 663b161074580a340201da1765e3618c086ff8dc (patch) | |
tree | c372b2e73844f7c9239f4660d9eb49808cf11238 /.circleci | |
parent | 07a5753a29403fe6162e6bd8e64a2a714796e0b0 (diff) | |
parent | dedc4178fc334329de9872ab42df870d2ac7a270 (diff) | |
download | numpy-663b161074580a340201da1765e3618c086ff8dc.tar.gz |
Merge pull request #14356 from qwhelan/sphinx
DOC: support and require sphinx>=2.2
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index b0449b257..772c3fbfd 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.2.0 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 |