Skip to content

Commit 108aaca

Browse files
committed
Use sphinx stable
Fixes circleci build waiting for the numpydoc fix: numpy/numpydoc#93
1 parent b574e0f commit 108aaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies:
33
- sudo apt-get update
44
- sudo apt-get install -y cmake gfortran bison flex libmuparser-dev liblapack-dev libxml2-dev libboost-math-dev libtbb-dev libnlopt-dev r-base-core
55
- sudo apt-get install -y python-dev python-scipy python-matplotlib texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra pandoc
6-
- pip install matplotlib numpydoc git+https://github.com/sphinx-doc/sphinx.git nbsphinx jupyter_client ipython==5.3 --user
6+
- pip install matplotlib sphinx numpydoc nbsphinx jupyter_client ipython==5.3 --user
77
- sudo rm -r /opt/circleci/.pyenv
88
# keep an eye on swig
99
- git clone https://github.com/swig/swig.git

0 commit comments

Comments
 (0)