From 7af70b92e9a6288a01db41b8011f5e4fc81c94eb Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Mon, 23 Mar 2020 08:29:52 -0700 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3a057fc8..fd0d4b92 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,7 +74,7 @@ source_suffix = ['.rst', '.md'] # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. -html_theme = 'pandas_sphinx_theme' +html_theme = 'pydata_sphinx_theme' html_logo = '_static/images/logo/logo.png' html_favicon = '_static/images/logo/favicon.ico'