1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Debian Python Team <team+python@tracker.debian.org>
Date: Thu, 20 Jun 2024 08:17:45 +0100
Subject: use-default-theme
---
doc/conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/conf.py b/doc/conf.py
index ca7e906..4edac05 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -100,6 +100,7 @@ pygments_style = "sphinx"
html_theme = "bizstyle"
# html_theme = 'cloud'
html_theme = "python_docs_theme"
+html_theme = "sphinxdoc"
# html_theme = "pydata_sphinx_theme"
# Theme options are theme-specific and customize the look and feel of a theme
|