We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f21cb5 commit fdaa5e4Copy full SHA for fdaa5e4
environment.yml
@@ -27,7 +27,7 @@ dependencies:
27
# documentation
28
- gitpython # obtain contributors from git for whatsnew
29
- gitdb2=2.0.6 # GH-32060
30
- - sphinx
+ - sphinx<=3.1.1
31
32
# documentation (jupyter notebooks)
33
- nbconvert>=5.4.1
requirements-dev.txt
@@ -16,7 +16,7 @@ mypy==0.730
16
pycodestyle
17
gitpython
18
gitdb2==2.0.6
19
-sphinx
+sphinx<=3.1.1
20
nbconvert>=5.4.1
21
nbsphinx
22
pandoc
0 commit comments