From 745eee594974f055e3ce0a19b20f1b401029e234 Mon Sep 17 00:00:00 2001
From: Moritz Huebner <email@moritz-huebner.de>
Date: Fri, 14 May 2021 01:12:08 +1000
Subject: [PATCH] Consolidated source suffixes

---
 docs/conf.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 66d39d24b..9c7aba43d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,8 +48,7 @@ templates_path = ['templates']
 # The suffix(es) of source filenames.
 # You can specify multiple suffix as a list of string:
 #
-source_suffix = ['.rst', '.md']
-source_suffix = ['.txt', ".rst", ".ipynb"]
+source_suffix = ['.rst', '.md', '.txt', '.ipynb']
 
 # The master toctree document.
 master_doc = 'index'
-- 
GitLab