mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
[merge from 3.5] - issue27202 - Exclude 2.x release notes from python3 make doctests.
Patch contributed by Jelle Zijlstra.
This commit is contained in:
commit
003f60486a
1 changed files with 3 additions and 2 deletions
|
@ -36,8 +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/*']
|
||||
# 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']
|
||||
|
||||
|
||||
# Options for HTML output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue