From: Sophie Brun <sophie@kali.org>
Date: Thu, 22 Sep 2022 11:07:42 +0200
Subject: Remove furo theme in docs

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

diff --git a/docs/conf.py b/docs/conf.py
index a750be7..2618e58 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -84,7 +84,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"
