Skip to content

Commit 00d7e59

Browse files
authored
MNT update sphinx version in doc build to use with Python 3.10 (#21698)
1 parent 7ec4400 commit 00d7e59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
- MATPLOTLIB_VERSION: 'latest'
6060
- CYTHON_VERSION: 'latest'
6161
- SCIKIT_IMAGE_VERSION: 'latest'
62-
- SPHINX_VERSION: 'min'
62+
# Bump the sphinx version from time to time. Avoid latest sphinx version
63+
# that tends to break things slightly too often
64+
- SPHINX_VERSION: 4.2.0
6365
- PANDAS_VERSION: 'latest'
6466
- SPHINX_GALLERY_VERSION: 'latest'
6567
- NUMPYDOC_VERSION: 'latest'

0 commit comments

Comments
 (0)