summaryrefslogtreecommitdiff
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorRoger <rogersachan@users.noreply.github.com>2017-02-15 17:54:05 -0500
committerVictor Stinner <victor.stinner@gmail.com>2017-02-15 23:54:05 +0100
commitb3f1f59cf451d4a25b204e7a24f7be4c95e40be8 (patch)
tree188ef799d8cfbd76c9d908f6918684f34fd20d5b /Doc/Makefile
parent91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c (diff)
downloadcpython-git-b3f1f59cf451d4a25b204e7a24f7be4c95e40be8.tar.gz
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/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index eb62df5b87..94697f9567 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -153,7 +153,7 @@ dist:
cp -pPR build/epub/Python.epub dist/python-$(DISTVERSION)-docs.epub
check:
- $(PYTHON) tools/rstlint.py -i tools -i venv
+ $(PYTHON) tools/rstlint.py -i tools -i venv -i README.rst
serve:
../Tools/scripts/serve.py build/html