diff options
author | Roger <rogersachan@users.noreply.github.com> | 2017-02-15 22:54:05 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-15 22:54:05 (GMT) |
commit | b3f1f59cf451d4a25b204e7a24f7be4c95e40be8 (patch) | |
tree | 188ef799d8cfbd76c9d908f6918684f34fd20d5b /Doc/conf.py | |
parent | 91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c (diff) | |
download | cpython-b3f1f59cf451d4a25b204e7a24f7be4c95e40be8.zip cpython-b3f1f59cf451d4a25b204e7a24f7be4c95e40be8.tar.gz cpython-b3f1f59cf451d4a25b204e7a24f7be4c95e40be8.tar.bz2 |
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
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 |