Ignore .rst files in the venv directory.

This commit is contained in:
Brett Cannon 2015-03-30 15:35:37 -04:00
parent 6aa446cf03
commit 9b16666f2f
1 changed files with 3 additions and 0 deletions

View File

@ -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
# -----------------------