Skip to content

Commit

Permalink
MAINT: Work around Sphinx bug (#12335)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored and tylerjereddy committed Jun 12, 2020
1 parent bb01b55 commit 9803615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
. venv/bin/activate
pip install --install-option="--no-cython-compile" cython
pip install numpy
pip install nose mpmath argparse Pillow codecov matplotlib Sphinx
pip install nose mpmath argparse Pillow codecov matplotlib "Sphinx!=3.1.0"
pip install pybind11
- run:
Expand Down

0 comments on commit 9803615

Please sign in to comment.