diff options
author | Christopher Whelan <topherwhelan@gmail.com> | 2019-08-25 00:47:45 -0700 |
---|---|---|
committer | Christopher Whelan <topherwhelan@gmail.com> | 2019-09-14 11:51:47 -0700 |
commit | 5d5ce4ccb89f0b301dda1cb82f7d9bb59f46bf0c (patch) | |
tree | a1f6cbacb95ae3f6c73e1171e8910099566f9a69 /.circleci | |
parent | 31ffdecf07d18ed4dbb66b171cb0f998d4b190fa (diff) | |
download | numpy-5d5ce4ccb89f0b301dda1cb82f7d9bb59f46bf0c.tar.gz |
DOC: support and require sphinx>=2.1.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 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 |