File: 0005-Disable-the-Markdown-GitHub-links-extension.patch

package info (click to toggle)
python-mkdocs 1.0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,696 kB
  • sloc: python: 7,271; perl: 141; makefile: 25; xml: 19
file content (23 lines) | stat: -rw-r--r-- 670 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
From: Dmitry Shachnev <mitya57@debian.org>
Date: Fri, 10 Aug 2018 16:53:32 +0300
Subject: Disable the Markdown GitHub links extension

Until it is packaged in Debian.
---
 mkdocs.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index ae16469..e64d76e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -35,9 +35,6 @@ markdown_extensions:
         permalink: 
     - admonition
     - def_list
-    - mdx_gh_links:
-        user: mkdocs
-        repo: mkdocs
 
 copyright: Copyright &copy; 2014 <a href="https://twitter.com/_tomchristie">Tom Christie</a>, Maintained by the <a href="/about/release-notes/#maintenance-team">MkDocs Team</a>.