We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee1751 commit 0758b3cCopy full SHA for 0758b3c
environment.yml
@@ -31,7 +31,7 @@ dependencies:
31
# documentation
32
- gitpython # obtain contributors from git for whatsnew
33
- gitdb
34
- - sphinx
+ - sphinx=3.3.1
35
36
# documentation (jupyter notebooks)
37
- nbconvert>=5.4.1
requirements-dev.txt
@@ -17,7 +17,7 @@ pycodestyle
17
pyupgrade
18
gitpython
19
gitdb
20
-sphinx
+sphinx==3.3.1
21
nbconvert>=5.4.1
22
nbsphinx
23
pandoc
0 commit comments