1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Fri, 13 Dec 2024 17:54:55 +0200
Subject: docs: Ignore added validation feature
This isn't working in Debian but also not hardly needed.
Forwarded: not-needed
---
mkdocs.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mkdocs.yml b/mkdocs.yml
index bcaf3c8..e1ad336 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -26,9 +26,9 @@ theme:
media: '(prefers-color-scheme: dark)'
primary: teal
-validation:
- links:
- absolute_links: relative_to_docs
+#validation:
+# links:
+# absolute_links: relative_to_docs
watch:
|