File: Remove-mermaid-integration-from-documentation-because-of-.patch

package info (click to toggle)
python-structlog 25.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,460 kB
  • sloc: python: 8,011; makefile: 138
file content (22 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Michael Fladischer <fladi@debian.org>
Date: Sat, 15 Jun 2024 16:20:12 +0000
Subject: Remove mermaid integration from documentation because of CDN loaded
 asset.

Forwarded: not-needed
---
 docs/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 8419e78..14190fd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -30,7 +30,6 @@ extensions = [
     "sphinx.ext.doctest",
     "sphinx.ext.intersphinx",
     "sphinx.ext.viewcode",
-    "sphinxcontrib.mermaid",
     "sphinxext.opengraph",
 ]