Skip to content

Commit 4a63ed3

Browse files
authored
Backport PR pandas-dev#32840 on branch 1.0.x (DOC: use new pydata-sphinx-theme name) (pandas-dev#32848)
* Backport PR pandas-dev#32840 on branch 1.0.x (DOC: use new pydata-sphinx-theme name) * Adding `okwarning` Co-authored-by: MomIsBestFriend <>
1 parent 37119e1 commit 4a63ed3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194

195195
# The theme to use for HTML and HTML Help pages. Major themes that come with
196196
# Sphinx are currently 'default' and 'sphinxdoc'.
197-
html_theme = "pandas_sphinx_theme"
197+
html_theme = "pydata_sphinx_theme"
198198

199199
# The style sheet to use for HTML and HTML Help pages. A file of that name
200200
# must exist either in Sphinx' static/ path, or in one of the custom paths

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ dependencies:
105105
- pyreadstat # pandas.read_spss
106106
- tabulate>=0.8.3 # DataFrame.to_markdown
107107
- pip:
108-
- git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
108+
- git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ sqlalchemy
7171
xarray
7272
pyreadstat
7373
tabulate>=0.8.3
74-
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
74+
git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master

0 commit comments

Comments
 (0)