1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Michael Fladischer <fladi@debian.org>
Date: Sat, 1 Jul 2023 20:59:31 +0000
Subject: Use sphinx_rtd_theme in documentation.
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 45b063e..9cd3966 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -84,7 +84,7 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = "pydata_sphinx_theme"
+html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo_small.png"
# Theme options are theme-specific and customize the look and feel of a theme
|