summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2016-07-11 14:53:37 +0200
committerThomas Goirand <zigo@debian.org>2016-07-11 14:55:12 +0200
commit393ecedc3b162ad166d2be92485ec985e8f7ae0e (patch)
tree13bcfcd1f48d1465b595973f29f7bbc8fcf1eeba /doc/source
parent00a15351eb68bbc4391e5b79f153405d52993fde (diff)
downloadpython-openstackclient-393ecedc3b162ad166d2be92485ec985e8f7ae0e.tar.gz
Make the doc build reproducible
This fixes Debian bug: https://bugs.debian.org/826676 Change-Id: I638488448a4d6e644ab0e6deaebd65c92fa7904a
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 792ba40a..a244ea09 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -80,7 +80,7 @@ release = version_info.release_string()
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = []
+exclude_patterns = ['**tests**']
# The reST default role (used for this markup: `text`) to use for all
# documents.