From 931087dab6765094e827d4a8e3041468db7de9e1 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 12 Oct 2018 10:56:16 +0200 Subject: Exclude option-includes to avoid blocking warnings in doc builds --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/conf.py') 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. -- cgit v1.2.3