diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-07-11 16:12:54 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-07-11 16:12:54 +0000 |
| commit | 5636d99a2b540978f8f5cf2da2a920eee11de5a6 (patch) | |
| tree | 3c27c031c10a2f3936829e471e7504368f1aa45d | |
| parent | eae0dc10b9efe29f08961e1ce003d2b6b8b35959 (diff) | |
| parent | 393ecedc3b162ad166d2be92485ec985e8f7ae0e (diff) | |
| download | python-openstackclient-5636d99a2b540978f8f5cf2da2a920eee11de5a6.tar.gz | |
Merge "Make the doc build reproducible"
| -rw-r--r-- | doc/source/conf.py | 2 |
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. |
