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