File: 0002-no-unpackaged-theme.patch

package info (click to toggle)
python-limits 4.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,064 kB
  • sloc: python: 7,833; makefile: 162; sh: 59
file content (24 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Debian Python Team <team+python@tracker.debian.org>
Date: Sun, 25 Dec 2022 10:59:40 -0400
Subject: no-unpackaged-theme

Do not use unpackaged theme: furo

Do not use unpackaged theme: furo
---
 doc/source/theme_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/theme_config.py b/doc/source/theme_config.py
index adf0f67..0f0af46 100644
--- a/doc/source/theme_config.py
+++ b/doc/source/theme_config.py
@@ -26,7 +26,7 @@ colors = {
     "purple2": " #8f3f71",
 }
 
-html_theme = "furo"
+html_theme = "default"
 html_theme_options = {
     "light_css_variables": {
         "font-stack": "Fira Sans, sans-serif",