diff options
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 114f9b6..d6f20ba 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -36,9 +36,8 @@ highlight_language = 'python3' # Require Sphinx 1.2 for build. needs_sphinx = '1.2' -# Ignore any .rst files in the venv/ directory, and don't attempt to run tests -# in the 2.x release notes. -exclude_patterns = ['venv/*', 'whatsnew/2.*.rst'] +# Ignore any .rst files in the venv/ directory. +exclude_patterns = ['venv/*'] # Options for HTML output |