aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-10-12 10:56:16 +0200
committerKristian Evers <kristianevers@gmail.com>2018-10-15 10:24:34 +0200
commitb31baceeb84ceb429f682a4430eff92d11218694 (patch)
treeaebf95f750c7d04397540a3a145b45a8cd75231c /docs
parentdf8d95ab538297d4dbb91b7418fde11cb4af5ca9 (diff)
downloadPROJ-b31baceeb84ceb429f682a4430eff92d11218694.tar.gz
PROJ-b31baceeb84ceb429f682a4430eff92d11218694.zip
Exclude option-includes to avoid blocking warnings in doc builds
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 36c5b31f..0b419b26 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.