diff options
author | mattip <matti.picus@gmail.com> | 2018-09-28 09:41:52 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-09-28 09:41:52 +0300 |
commit | 6497835ce268d94262a44dc7629668abaab1450c (patch) | |
tree | 6b11f82a72a35d71f3c81eda3274d8ec2bd19202 /.circleci | |
parent | 1109ad0187ed684a8516fe0a595a851a3d7ce305 (diff) | |
download | numpy-6497835ce268d94262a44dc7629668abaab1450c.tar.gz |
BLD: pin sphinx to 1.7.9
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 906e96a83..9e227ab35 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 matplotlib + pip install cython sphinx==1.7.9 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 |