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
 
 
