diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-02-25 19:56:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-25 19:56:48 (GMT) |
commit | 814213bdf1b95a5d863311b61c671010291f1197 (patch) | |
tree | 6e4bc639e134607b089331848885f8b8ef23573a /Doc/conf.py | |
parent | bea9d2f6488f01794098d9fd4710b98df1bd9472 (diff) | |
download | cpython-814213bdf1b95a5d863311b61c671010291f1197.zip cpython-814213bdf1b95a5d863311b61c671010291f1197.tar.gz cpython-814213bdf1b95a5d863311b61c671010291f1197.tar.bz2 |
[3.6] Backport README.rst changes (GH-294)
(cherry picked from commit b3f1f59cf451d4a25b204e7a24f7be4c95e40be8)
(cherry picked from commit 1b3d88eb33085e90af729c4c2f78b5ba1b942b1e)
(cherry picked from commit c0866855d54bbbe7bcac299c4af45389efacce0b)
(cherry picked from commit e32ec9334b35f897ace8a05128838f92c5e0b2fb)
(cherry picked from commit 6329aea78e3627d250009aa5aaaf47cd11587f4d)
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index b3f26d5..18aebb6 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -37,7 +37,7 @@ highlight_language = 'python3' needs_sphinx = '1.2' # Ignore any .rst files in the venv/ directory. -exclude_patterns = ['venv/*'] +exclude_patterns = ['venv/*', 'README.rst'] # Options for HTML output |