mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Rename Doc/README.txt to Doc/README.rst and add formatting (#104)
* Reformat Doc/README.txt to Doc/README.rst * Update mention of Doc/README.rst * Update mention of README.txt to README.rst * Make line fold * rstlint ignore Doc/README.rst * conf.py ignore Doc/README.rst * Update issue tracker url in Docs/README.rst
This commit is contained in:
parent
91b0e7d0ca
commit
b3f1f59cf4
5 changed files with 16 additions and 15 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