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
|