aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-01 14:39:47 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-01 14:39:47 +0100
commita0f278b13a1347663fd9626322b30e7b87615a0d (patch)
tree4d2fdfd8d582f6b29358d3a6be53d4cbd3d87cb8 /docs/conf.py
parent9a0f89c4c9310204a331d4b75e679a71faa6c153 (diff)
downloadminishell_test-a0f278b13a1347663fd9626322b30e7b87615a0d.tar.gz
minishell_test-a0f278b13a1347663fd9626322b30e7b87615a0d.tar.bz2
minishell_test-a0f278b13a1347663fd9626322b30e7b87615a0d.zip
Added custom test configuration
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 692a56c..d60ba56 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,7 +43,7 @@ templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
-exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
+exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.rst']
# -- Options for HTML output -------------------------------------------------