diff --git a/docs/conf.py b/docs/conf.py
index 66d39d24b462dffcf497fed7fa9df145060ebd42..9c7aba43d7bbd861ca382eec3aeb09200292a341 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'