File: docs-Disable-mkdocs-coverage-plugin-in-config.patch

package info (click to toggle)
mkdocstrings 0.30.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: python: 2,602; javascript: 84; makefile: 34; sh: 18
file content (24 lines) | stat: -rw-r--r-- 546 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
23
24
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun, 26 Feb 2023 19:55:01 +0100
Subject: docs: Disable mkdocs-coverage plugin in config

The MkDocs plugin coverage aren't packaged yet for Debian.

Forwarded: Not-Needed
---
 mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 828a81a..9afdda2 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -129,7 +129,7 @@ plugins:
 - autorefs
 - markdown-exec
 - section-index
-- coverage
+#- coverage
 - mkdocstrings:
     handlers:
       python: