Skip to content

Commit 0758b3c

Browse files
Backport PR #38598: BUG: Temporarily pin the version of Sphinx to 3.3.1 in requirements. (#38603)
Co-authored-by: shawnbrown <[email protected]>
1 parent 2ee1751 commit 0758b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
# documentation
3232
- gitpython # obtain contributors from git for whatsnew
3333
- gitdb
34-
- sphinx
34+
- sphinx=3.3.1
3535

3636
# documentation (jupyter notebooks)
3737
- nbconvert>=5.4.1

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pycodestyle
1717
pyupgrade
1818
gitpython
1919
gitdb
20-
sphinx
20+
sphinx==3.3.1
2121
nbconvert>=5.4.1
2222
nbsphinx
2323
pandoc

0 commit comments

Comments
 (0)