summaryrefslogtreecommitdiffstats
path: root/Doc/README.txt
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 20:56:38 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-30 20:56:38 (GMT)
commit61bd1dcf9bde6e64408392765d649c057a8fc81b (patch)
tree5947147361e896938f105eaebe90e0300ebb8345 /Doc/README.txt
parentc8da4287a774fe8f26d6c47c501cf17a365ab922 (diff)
downloadcpython-61bd1dcf9bde6e64408392765d649c057a8fc81b.zip
cpython-61bd1dcf9bde6e64408392765d649c057a8fc81b.tar.gz
cpython-61bd1dcf9bde6e64408392765d649c057a8fc81b.tar.bz2
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
Diffstat (limited to 'Doc/README.txt')
-rw-r--r--Doc/README.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/README.txt b/Doc/README.txt
index fed1f74..885b555 100644
--- a/Doc/README.txt
+++ b/Doc/README.txt
@@ -79,8 +79,7 @@ Available make targets are:
* "pydoc-topics", which builds a Python module containing a dictionary with
plain text documentation for the labels defined in
- `tools/sphinxext/pyspecific.py` -- pydoc needs these to show topic and
- keyword help.
+ `tools/pyspecific.py` -- pydoc needs these to show topic and keyword help.
* "suspicious", which checks the parsed markup for text that looks like
malformed and thus unconverted reST.