File: docs-mkdocs.yml-use_directory_urls-configuration-option.patch

package info (click to toggle)
python-odmantic 1.0.2%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,756 kB
  • sloc: python: 8,547; sh: 37; makefile: 34; xml: 13; javascript: 3
file content (21 lines) | stat: -rw-r--r-- 513 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
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Mon, 30 Dec 2024 20:09:31 +0200
Subject: docs: mkdocs.yml 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 dc99d7b..21d81d2 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -116,3 +116,5 @@ extra:
   analytics:
     provider: google
     property: UA-180814888-1
+
+use_directory_urls: false