From 9b16666f2f4a9ee1a586f70772cad6ed80419ec5 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 30 Mar 2015 15:35:37 -0400 Subject: Ignore .rst files in the venv directory. --- Doc/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/conf.py b/Doc/conf.py index f803de2..28dd80f 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -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 # ----------------------- -- cgit v0.12