From b44117d0e9d9f95dffa6a7a04ef7e3402cdc79b5 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Fri, 20 Mar 2020 19:13:57 +0100 Subject: [PATCH] Adopt new Sphinx theme name --- docs/doc-requirements.txt | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doc-requirements.txt b/docs/doc-requirements.txt index 640bb9cd..8b731b3a 100644 --- a/docs/doc-requirements.txt +++ b/docs/doc-requirements.txt @@ -3,4 +3,4 @@ sphinx>=1.4, !=1.5.4 recommonmark sphinxcontrib-autoprogram -git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master +pydata-sphinx-theme diff --git a/docs/source/conf.py b/docs/source/conf.py index ee8aff28..7c5d7917 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -117,7 +117,7 @@ html_favicon = "_static/images/favicon.ico" # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "pandas_sphinx_theme" +html_theme = "pydata_sphinx_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the