From: Thomas Goirand <zigo@debian.org>
Date: Sat, 16 Dec 2023 09:10:11 +0100
Subject: Remove eticalads in doc

This causes FTBFS, so I'm removing it.

Forwarded: no
Last-Update: 2021-09-19
---
 docs/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 970a65a..ee83dc2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -53,10 +53,10 @@ html_context = {
     ]
 }
 html_sidebars = {
-    "index": ["project.html", "localtoc.html", "searchbox.html", "ethicalads.html"],
-    "**": ["localtoc.html", "relations.html", "searchbox.html", "ethicalads.html"],
+    "index": ["project.html", "localtoc.html", "searchbox.html"],
+    "**": ["localtoc.html", "relations.html", "searchbox.html"],
 }
-singlehtml_sidebars = {"index": ["project.html", "localtoc.html", "ethicalads.html"]}
+singlehtml_sidebars = {"index": ["project.html", "localtoc.html"]}
 html_static_path = ["_static"]
 html_favicon = "_static/flask-icon.svg"
 html_logo = "_static/flask-logo.svg"
