mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
[3.6] Backport README.rst changes (GH-294)
(cherry picked from commitb3f1f59cf4
) (cherry picked from commit1b3d88eb33
) (cherry picked from commitc0866855d5
) (cherry picked from commite32ec9334b
) (cherry picked from commit6329aea78e
)
This commit is contained in:
parent
bea9d2f648
commit
814213bdf1
5 changed files with 35 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue