Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff6c5c5

Browse files
committed
issue27202 - Exclude 2.x release notes from python3 make doctests.
Patch contributed by Jelle Zijlstra.
1 parent 7749320 commit ff6c5c5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
# Require Sphinx 1.2 for build.
3737
needs_sphinx = '1.2'
3838

39-
# Ignore any .rst files in the venv/ directory.
40-
exclude_patterns = ['venv/*']
39+
# Ignore any .rst files in the venv/ directory, and don't attempt to run tests
40+
# in the 2.x release notes.
41+
exclude_patterns = ['venv/*', 'whatsnew/2.*.rst']
4142

4243

4344
# Options for HTML output

0 commit comments

Comments
 (0)