File: 0003-Revert-theme.patch

package info (click to toggle)
python-attrs 22.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,276 kB
  • sloc: python: 9,423; makefile: 153
file content (21 lines) | stat: -rw-r--r-- 599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Tristan Seligmann <mithrandi@mithrandi.net>
Date: Tue, 10 Nov 2020 11:05:02 +0200
Subject: Revert theme.

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 83a5993..69e6dd2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -92,7 +92,7 @@ add_function_parentheses = True
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 
-html_theme = "furo"
+html_theme = "sphinx_rtd_theme"
 html_theme_options = {
     "sidebar_hide_name": True,
     "light_logo": "attrs_logo.svg",