File: Remove-unavailable-theme-furo-in-docs.patch

package info (click to toggle)
gvm-tools 25.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,404 kB
  • sloc: python: 10,499; xml: 445; makefile: 23
file content (22 lines) | stat: -rw-r--r-- 607 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
22
From: Sophie Brun <sophie@kali.org>
Date: Thu, 22 Sep 2022 11:37:12 +0200
Subject: Remove unavailable theme furo in docs

The theme furo is not in Debian.
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 07cef21..a742284 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -75,7 +75,7 @@ exclude_patterns = ["build", "dist", ".venv"]
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 #
-html_theme = "furo"
+#html_theme = "furo"
 html_title = project
 
 html_favicon = "favicon.png"