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
|
From: Kathara Sasikumar <katharasasikumar007@gmail.com>
Date: Mon, 12 Aug 2024 19:11:11 +0530
Subject: docs: Ignore some plugins which are not packaged yet
Forwarded: not-needed
---
mkdocs.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mkdocs.yml b/mkdocs.yml
index a14e1cc..0932230 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -90,11 +90,11 @@ plugins:
options:
show_symbol_type_heading: true
show_symbol_type_toc: true
-- social
+#- social
- search
- markdown-exec:
ansi: required
-- replace-url
+#- replace-url
- autorefs
|