Skip to content

Commit

Permalink
DOC, BLD: sphinx 2.2.0 -> 2.3.1 to get rid of deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jan 19, 2020
1 parent 3404a2c commit ca85d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca85d71

Please sign in to comment.