diff options
author | mattip <matti.picus@gmail.com> | 2019-09-15 15:45:01 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-15 15:45:01 +0300 |
commit | dedc4178fc334329de9872ab42df870d2ac7a270 (patch) | |
tree | d5036792c1d7c4083bcd51f512a7e8e8bac604e6 /.circleci | |
parent | 5d5ce4ccb89f0b301dda1cb82f7d9bb59f46bf0c (diff) | |
download | numpy-dedc4178fc334329de9872ab42df870d2ac7a270.tar.gz |
DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for properties
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 d84b762c2..92987ef8e 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.1.2 matplotlib ipython + pip install cython sphinx==2.2.0 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 |