Skip to content

Commit 8493555

Browse files
Backport PR #40407: DOC: remove pin for pydata-sphinx-theme + update for latest release (#40807)
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent a2cbc03 commit 8493555

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/_static/css/pandas.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:root {
44
/* Use softer blue from bootstrap's default info color */
5-
--color-info: 23, 162, 184;
5+
--pst-color-info: 23, 162, 184;
66
}
77

88
/* Getting started index page */

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ dependencies:
113113
- tabulate>=0.8.3 # DataFrame.to_markdown
114114
- natsort # DataFrame.sort_values
115115
- pip:
116-
- git+https://github.com/pandas-dev/pydata-sphinx-theme.git@2488b7defbd3d753dd5fcfc890fc4a7e79d25103
116+
- git+https://github.com/pydata/pydata-sphinx-theme.git@master
117117
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ cftime
7676
pyreadstat
7777
tabulate>=0.8.3
7878
natsort
79-
git+https://github.com/pandas-dev/pydata-sphinx-theme.git@2488b7defbd3d753dd5fcfc890fc4a7e79d25103
79+
git+https://github.com/pydata/pydata-sphinx-theme.git@master
8080
numpydoc < 1.2

0 commit comments

Comments
 (0)