]> granicus.if.org Git - python/commitdiff
[merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb (3.5)...
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 5 Jun 2016 05:23:18 +0000 (22:23 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 5 Jun 2016 05:23:18 +0000 (22:23 -0700)
exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It
was incorrect exclude 2.x rsts in that.  This fix contributed again Jelle
Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using
doctests skip option.


Trivial merge