diff options
author | mattip <matti.picus@gmail.com> | 2020-01-20 09:42:59 +1100 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-01-20 09:43:33 +1100 |
commit | ca85d71839c2745df097cfe30f549c55ab9ae3d1 (patch) | |
tree | 9c4c2d04dcf0836d9714c654a2f345fae72fd07e | |
parent | 3404a2c089d304ec107e9d8ea092fb4146d6e0b0 (diff) | |
download | numpy-ca85d71839c2745df097cfe30f549c55ab9ae3d1.tar.gz |
DOC, BLD: sphinx 2.2.0 -> 2.3.1 to get rid of deprecation warning
-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 772c3fbfd..38695bdff 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==2.2.0 matplotlib ipython + pip install cython sphinx==2.3.1 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 |