Skip to content

Commit ca85d71

Browse files
committed
DOC, BLD: sphinx 2.2.0 -> 2.3.1 to get rid of deprecation warning
1 parent 3404a2c commit ca85d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python3 -m venv venv
2222
ln -s $(which python3) venv/bin/python3.6
2323
. venv/bin/activate
24-
pip install cython sphinx==2.2.0 matplotlib ipython
24+
pip install cython sphinx==2.3.1 matplotlib ipython
2525
sudo apt-get update
2626
sudo apt-get install -y graphviz texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex
2727

0 commit comments

Comments
 (0)