diff --git a/doc/userguide/conf.py b/doc/userguide/conf.py index 219dfd1579..f93222049a 100644 --- a/doc/userguide/conf.py +++ b/doc/userguide/conf.py @@ -87,7 +87,12 @@ language = None # 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', + + # Documents that are included, rather than in a TOC. + 'partials', +] # The reST default role (used for this markup: `text`) to use for all # documents.