blob: 8a93662950f0bd27097c9034fa837bf9e6dc25ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/docs/doc/conf.py b/docs/doc/conf.py
index fd6d5ec..3de0bad 100644
--- a/docs/doc/conf.py
+++ b/docs/doc/conf.py
@@ -129,7 +129,7 @@ pygments_style = "sphinx"
#
# CI = True
# TRAVIS_BRANCH = 'master'
-html_theme = "pandas_sphinx_theme"
+html_theme = "pydata_sphinx_theme"
html_logo = '_static/spyder_logo.png'
html_theme_options = {
"external_links": [
|