docs: add docs/README.md to the exclude_patterns list

This commmit removes "WARNING: document isn't included in any toctree"
from build output.

Addresses part of #13263.
This commit is contained in:
David Rosa 2019-10-07 17:58:39 -07:00 committed by Tim Abbott
parent 5ffbb33a92
commit 3d9e6f0cda
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ language = None # type: Optional[str]
# 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', 'README.md']
# The reST default role (used for this markup: `text`) to use for all
# documents.