diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 043af94bc..6cb169fe5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -82,7 +82,7 @@ release = 'trunk' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +exclude_patterns = ['_build', 'generated'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None |