We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6b365 commit 30ab2e6Copy full SHA for 30ab2e6
environment.yml
@@ -100,7 +100,7 @@ dependencies:
100
- natsort # DataFrame.sort_values doctest
101
- numpydoc
102
- pandas-dev-flaker=0.5.0
103
- - pydata-sphinx-theme
+ - pydata-sphinx-theme<0.11
104
- pytest-cython # doctest
105
- sphinx
106
- sphinx-panels
requirements-dev.txt
@@ -77,7 +77,7 @@ gitdb
77
natsort
78
numpydoc
79
pandas-dev-flaker==0.5.0
80
-pydata-sphinx-theme
+pydata-sphinx-theme<0.11
81
pytest-cython
82
sphinx
83
sphinx-panels
0 commit comments