From a760d7fc607691d5e18031c96f809e1236be17e2 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 19 Mar 2020 23:20:35 +0100 Subject: [PATCH] DOC: use new pydata-sphinx-theme name (#32840) --- doc/source/conf.py | 2 +- environment.yml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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