summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 5519acb87a..a598c5bd88 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -43,7 +43,7 @@ templates_path = ['_templates']
43# List of patterns, relative to source directory, that match files and 43# List of patterns, relative to source directory, that match files and
44# directories to ignore when looking for source files. 44# directories to ignore when looking for source files.
45# This pattern also affects html_static_path and html_extra_path. 45# This pattern also affects html_static_path and html_extra_path.
46exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] 46exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'boilerplate.rst']
47 47
48# master document name. The default changed from contents to index. so better 48# master document name. The default changed from contents to index. so better
49# set it ourselves. 49# set it ourselves.