File: disable_gh_links.diff

package info (click to toggle)
python-markdown 3.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,208 kB
  • sloc: python: 12,733; makefile: 66; sh: 7
file content (23 lines) | stat: -rw-r--r-- 494 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
From: Dmitry Shachnev <mitya57@debian.org>
Date: Tue, 25 Jul 2023 22:56:54 +0300
Subject: Disable mdx_gh_links extension

It is not packaged in Debian yet.
---
 mkdocs.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 5dd14cb..9c3c276 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -65,9 +65,6 @@ markdown_extensions:
   - codehilite
   - toc:
       permalink: true
-  - mdx_gh_links:
-      user: Python-Markdown
-      repo: markdown
 
 plugins:
 - search