From 4731c0760c8d75b9d48ccbe835c5b6d2b5b8d680 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Fri, 1 Dec 2023 22:43:14 +0530
Subject: [PATCH] Ignore .md files

---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index 927f3a59..59c7f3a9 100644
--- a/conf.py
+++ b/conf.py
@@ -78,7 +78,7 @@ LaTeXBuilder.supported_image_types = ['application/pdf', 'image/jpg', 'image/jpe
 
 templates_path = ['_templates']
 
-source_suffix = ['.rst', '.md']
+source_suffix = ['.rst']
 numfig = True
 navigation_with_keys = True
 
-- 
GitLab