diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-10-12 10:56:16 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-10-12 10:56:16 +0200 |
| commit | 931087dab6765094e827d4a8e3041468db7de9e1 (patch) | |
| tree | 4f27ffcd224b6598dbec3f6e46634f295a8541ea /docs/source/conf.py | |
| parent | 249588acd5dddafcd0ae33a0ae6dfc5431dea4bc (diff) | |
| download | PROJ-931087dab6765094e827d4a8e3041468db7de9e1.tar.gz PROJ-931087dab6765094e827d4a8e3041468db7de9e1.zip | |
Exclude option-includes to avoid blocking warnings in doc builds
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 8892dffc..434e4d73 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -85,7 +85,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = [] +exclude_patterns = ['operations/options/*.rst'] # The reST default role (used for this markup: `text`) to use for all # documents. |
