File: Disable-use_directory_urls-configuration-option.patch

package info (click to toggle)
python-mkdocs 1.6.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,812 kB
  • sloc: python: 14,346; javascript: 10,535; perl: 143; sh: 57; makefile: 30; xml: 11
file content (21 lines) | stat: -rw-r--r-- 453 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
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.

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

diff --git a/mkdocs.yml b/mkdocs.yml
index 7246e14..5641e68 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -77,3 +77,5 @@ plugins:
 
 watch:
   - mkdocs
+
+use_directory_urls: false