mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Ignore .rst files in the venv directory.
This commit is contained in:
parent
6aa446cf03
commit
9b16666f2f
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ highlight_language = 'python3'
|
|||
# Require Sphinx 1.2 for build.
|
||||
needs_sphinx = '1.2'
|
||||
|
||||
# Ignore any .rst files in the venv/ directory.
|
||||
exclude_patterns = ['venv/*']
|
||||
|
||||
|
||||
# Options for HTML output
|
||||
# -----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue