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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index f2e7b3a..194a43d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,9 +51,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.css',
-]
+#html_css_files = [
+#    'https://www.courtbouillon.org/static/docs.css',
+#]
 
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'cssselect2doc'
