diff --git a/docs/conf.py b/docs/conf.py index bf21a16..b12d82d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ intersphinx_cache_limit = 90 # days # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' -html_theme = 'pandas_sphinx_theme' +html_theme = 'pydata_sphinx_theme' html_logo = 'images/logo/logo.png' html_favicon = 'images/logo/favicon.ico' diff --git a/docs/requirements.txt b/docs/requirements.txt index aa47c41..ed6543d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx>=1.4, !=1.5.4 sphinx_copybutton -git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master +pydata-sphinx-theme