File: 0003-Disable-use_directory_urls-configuration-option.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 (19 lines) | stat: -rw-r--r-- 505 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
From: Dmitry Shachnev <mitya57@debian.org>
Date: Sun, 20 May 2018 01:13:35 +0300
Subject: Disable use_directory_urls configuration option

To make it easier to browse the documentation locally.
---
 mkdocs.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mkdocs.yml b/mkdocs.yml
index 30e0ad4..ae16469 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -43,3 +43,5 @@ copyright: Copyright &copy; 2014 <a href="https://twitter.com/_tomchristie">Tom
 
 plugins:
     - search
+
+use_directory_urls: false