Skip to content

Commit

Permalink
MNT update sphinx version in doc build to use with Python 3.10 (sciki…
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Nov 17, 2021
1 parent 7ec4400 commit 00d7e59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
- MATPLOTLIB_VERSION: 'latest'
- CYTHON_VERSION: 'latest'
- SCIKIT_IMAGE_VERSION: 'latest'
- SPHINX_VERSION: 'min'
# Bump the sphinx version from time to time. Avoid latest sphinx version
# that tends to break things slightly too often
- SPHINX_VERSION: 4.2.0
- PANDAS_VERSION: 'latest'
- SPHINX_GALLERY_VERSION: 'latest'
- NUMPYDOC_VERSION: 'latest'
Expand Down

0 comments on commit 00d7e59

Please sign in to comment.