Skip to content

Commit 5a9db39

Browse files
Backport PR #48989 on branch 1.5.x (CI: Pin pydata sphinx theme) (#48993)
Backport PR #48989: CI: Pin pydata sphinx theme Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 2ac5580 commit 5a9db39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies:
9999
- natsort # DataFrame.sort_values doctest
100100
- numpydoc
101101
- pandas-dev-flaker=0.5.0
102-
- pydata-sphinx-theme
102+
- pydata-sphinx-theme<0.11
103103
- pytest-cython # doctest
104104
- sphinx
105105
- sphinx-panels

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ gitdb
7676
natsort
7777
numpydoc
7878
pandas-dev-flaker==0.5.0
79-
pydata-sphinx-theme
79+
pydata-sphinx-theme<0.11
8080
pytest-cython
8181
sphinx
8282
sphinx-panels

0 commit comments

Comments
 (0)