Skip to content

Commit 21d3859

Browse files
jorisvandenbosschejbrockmendel
authored andcommitted
DOC: use new pydata-sphinx-theme name (pandas-dev#32840)
1 parent 6d74398 commit 21d3859

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
@@ -195,7 +195,7 @@
195195

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

200200
# The style sheet to use for HTML and HTML Help pages. A file of that name
201201
# 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
@@ -104,5 +104,5 @@ dependencies:
104104
- pyreadstat # pandas.read_spss
105105
- tabulate>=0.8.3 # DataFrame.to_markdown
106106
- pip:
107-
- git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
107+
- git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master
108108
- git+https://github.com/numpy/numpydoc

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ sqlalchemy
7070
xarray
7171
pyreadstat
7272
tabulate>=0.8.3
73-
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
73+
git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master
7474
git+https://github.com/numpy/numpydoc

0 commit comments

Comments
 (0)