Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7749320 commit ff6c5c5Copy full SHA for ff6c5c5
1 file changed
Doc/conf.py
@@ -36,8 +36,9 @@
36
# Require Sphinx 1.2 for build.
37
needs_sphinx = '1.2'
38
39
-# Ignore any .rst files in the venv/ directory.
40
-exclude_patterns = ['venv/*']
+# Ignore any .rst files in the venv/ directory, and don't attempt to run tests
+# in the 2.x release notes.
41
+exclude_patterns = ['venv/*', 'whatsnew/2.*.rst']
42
43
44
# Options for HTML output
0 commit comments