diff options
author | mattip <matti.picus@gmail.com> | 2019-03-28 20:53:36 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-03-28 21:15:51 +0200 |
commit | 43972706d283f2ce81b0a32f32689a5f021205fe (patch) | |
tree | c3aef79eee056d4bf96ecf49297ec139ef79caac /.circleci | |
parent | 39f0dbff0597af181c11cb3e50d0f055591f7952 (diff) | |
download | numpy-43972706d283f2ce81b0a32f32689a5f021205fe.tar.gz |
BUILD: pin sphinx to before-2.0.0
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 cc01e8851..2a3d82677 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.8.3 matplotlib + pip install cython sphinx==1.8.5 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 |