From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Tue, 21 Dec 2021 08:33:14 +0000
Subject: Deactivate remote CSS files to prevent privacy breach.

---
 docs/conf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index deb6e1c..bad6f8c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -46,7 +46,7 @@ html_theme_options = {
 }
 
 # Favicon URL
-html_favicon = 'https://www.courtbouillon.org/static/images/favicon.png'
+#html_favicon = 'https://www.courtbouillon.org/static/images/favicon.png'
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
@@ -55,9 +55,9 @@ html_static_path = []
 
 # These paths are either relative to html_static_path
 # or fully qualified paths (eg. https://...)
-html_css_files = [
-    'https://www.courtbouillon.org/static/docs-furo.css',
-]
+#html_css_files = [
+#    'https://www.courtbouillon.org/static/docs-furo.css',
+#]
 
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'cssselect2doc'
