We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af498fe commit 7705cd2Copy full SHA for 7705cd2
environment.yml
@@ -27,8 +27,7 @@ dependencies:
27
28
# documentation
29
- gitpython # obtain contributors from git for whatsnew
30
- # some styling is broken with sphinx >= 2 (https://github.com/pandas-dev/pandas/issues/26058)
31
- - sphinx=1.8.5
+ - sphinx
32
- numpydoc>=0.9.0
33
34
# documentation (jupyter notebooks)
requirements-dev.txt
@@ -12,7 +12,7 @@ isort
12
mypy
13
pycodestyle
14
gitpython
15
-sphinx==1.8.5
+sphinx
16
numpydoc>=0.9.0
17
nbconvert>=5.4.1
18
nbsphinx
0 commit comments