]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ignore .rst files in the venv directory.
authorBrett Cannon <brett@python.org>
Mon, 30 Mar 2015 19:35:37 +0000 (15:35 -0400)
committerBrett Cannon <brett@python.org>
Mon, 30 Mar 2015 19:35:37 +0000 (15:35 -0400)
Doc/conf.py

index f803de238e7ca98e1258818727b955624c76cab7..28dd80f8590f49bd8a11389559e68fc4e4d6ab81 100644 (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
 # -----------------------