File: docs-Don-t-build-directory-URLs.patch

package info (click to toggle)
python-inline-snapshot 0.29.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,400 kB
  • sloc: python: 8,877; makefile: 37; sh: 30
file content (24 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Kathara Sasikumar <katharasasikumar007@gmail.com>
Date: Mon, 12 Aug 2024 19:17:48 +0530
Subject: docs: Don't build directory URLs

The upstream configuration for the HTML based documentation is targeted
to get published through a web server but not through a simple directory
structure.
Let mkdocs create *.html files for the various topics and sites.

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

diff --git a/mkdocs.yml b/mkdocs.yml
index 95a2a4b..3ee2dfb 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -149,3 +149,5 @@ extra:
 #    default:
 #    - latest
 #    - development
+
+use_directory_urls: false