1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Dmitry Shachnev <mitya57@debian.org>
Date: Sat, 30 Nov 2024 23:21:29 +0300
Subject: Use Sphinx RTD theme instead of pydata theme
Forwarded: not-needed
---
doc/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py
index 74d9ad0..48d2160 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -126,7 +126,7 @@ highlight_language = "python3"
# a list of builtin themes.
# The theme is set by the make target
-html_theme = "pydata_sphinx_theme"
+html_theme = "sphinx_rtd_theme"
def setup(app):
|