diff --git a/doc/source/conf.py b/doc/source/conf.py index a95cd4ab696f7..35833627f6c05 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -195,7 +195,7 @@ # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = "pandas_sphinx_theme" +html_theme = "pydata_sphinx_theme" # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths diff --git a/environment.yml b/environment.yml index cbdaf8e6c4217..532c36038fcaf 100644 --- a/environment.yml +++ b/environment.yml @@ -104,5 +104,5 @@ dependencies: - pyreadstat # pandas.read_spss - tabulate>=0.8.3 # DataFrame.to_markdown - pip: - - git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master + - git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master - git+https://github.com/numpy/numpydoc diff --git a/requirements-dev.txt b/requirements-dev.txt index a469cbdd93ceb..9ee67c56ab8ca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -70,5 +70,5 @@ sqlalchemy xarray pyreadstat tabulate>=0.8.3 -git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master +git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master git+https://github.com/numpy/numpydoc \ No newline at end of file