File: 0001-use-default-theme.patch

package info (click to toggle)
uncertainties 3.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 744 kB
  • sloc: python: 3,190; makefile: 52; sh: 16
file content (20 lines) | stat: -rw-r--r-- 559 bytes parent folder | download
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