diff options
author | mattip <matti.picus@gmail.com> | 2019-03-04 15:28:34 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-03-04 15:28:34 +0200 |
commit | dff1f5d25c65f65714c156cc8fb6ae5723f86471 (patch) | |
tree | 1880b8e8fd3190e8114925bbbb5bae2efa1fe4b4 /.circleci | |
parent | 005dfd23a7111349c4d99e96166eb4eb84fe36cc (diff) | |
download | numpy-dff1f5d25c65f65714c156cc8fb6ae5723f86471.tar.gz |
BUILD: sphinx 1.8.3 can be used with our outdated templates
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 e0fb28c99..a54f85110 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: command: | python3 -m venv venv . venv/bin/activate - pip install cython sphinx==1.7.9 matplotlib + pip install cython sphinx>=1.8.3 matplotlib 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 |