mirror of https://github.com/zulip/zulip.git
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:
parent
5ffbb33a92
commit
3d9e6f0cda
|
@ -71,7 +71,7 @@ language = None # type: Optional[str]
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# 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
|
# The reST default role (used for this markup: `text`) to use for all
|
||||||
# documents.
|
# documents.
|
||||||
|
|
Loading…
Reference in New Issue