mirror of https://github.com/python/cpython
Ignore .rst files in the venv directory.
This commit is contained in:
parent
6aa446cf03
commit
9b16666f2f
|
@ -36,6 +36,9 @@ highlight_language = 'python3'
|
||||||
# Require Sphinx 1.2 for build.
|
# Require Sphinx 1.2 for build.
|
||||||
needs_sphinx = '1.2'
|
needs_sphinx = '1.2'
|
||||||
|
|
||||||
|
# Ignore any .rst files in the venv/ directory.
|
||||||
|
exclude_patterns = ['venv/*']
|
||||||
|
|
||||||
|
|
||||||
# Options for HTML output
|
# Options for HTML output
|
||||||
# -----------------------
|
# -----------------------
|
||||||
|
|
Loading…
Reference in New Issue