Add pep_sphinx_extensions/LICENCE.rst to exclude_patterns (#2245)

This commit is contained in:
Adam Turner 2022-01-16 23:18:14 +00:00 committed by GitHub
parent 50e5de2d28
commit d58d084caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ exclude_patterns = [
"pep-0012",
"README.rst",
"CONTRIBUTING.rst",
"pep_sphinx_extensions/LICENCE.rst",
]
# -- Options for HTML output -------------------------------------------------