diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-09-28 09:41:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 09:41:20 -0500 |
commit | 54985e3b172009c06362315536824402890b0a99 (patch) | |
tree | 6b11f82a72a35d71f3c81eda3274d8ec2bd19202 | |
parent | 1109ad0187ed684a8516fe0a595a851a3d7ce305 (diff) | |
parent | 6497835ce268d94262a44dc7629668abaab1450c (diff) | |
download | numpy-54985e3b172009c06362315536824402890b0a99.tar.gz |
Merge pull request #12048 from mattip/sphinx-pinning
BLD: pin sphinx to 1.7.9
-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 |