File: 0004-Use-mkdocs-theme-for-documentation.patch

package info (click to toggle)
python-django-pgschemas 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 848 kB
  • sloc: python: 3,887; makefile: 33; sh: 10; sql: 2
file content (22 lines) | stat: -rw-r--r-- 488 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
From: Michael Fladischer <fladi@debian.org>
Date: Mon, 21 Oct 2024 14:36:58 +0000
Subject: Use mkdocs theme for documentation.

---
 mkdocs.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 7077ed6..e2d5a3a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,8 +1,6 @@
 site_name: django-pgschemas
 theme:
-  name: material
-  features:
-    - content.code.copy
+  name: mkdocs
 markdown_extensions:
   - admonition
   - pymdownx.details