File: Remove-eticalads-in-doc.patch

package info (click to toggle)
flask 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,376 kB
  • sloc: python: 10,075; makefile: 32; sql: 22; sh: 19
file content (30 lines) | stat: -rw-r--r-- 1,023 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
23
24
25
26
27
28
29
30
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 e89d728..fc06a86 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,10 +52,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/shortcut-icon.png"
 html_logo = "_static/flask-vertical.png"