summaryrefslogtreecommitdiffstats
path: root/Doc/README.txt
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 20:51:30 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-30 20:51:30 (GMT)
commit97e9ec688c7ea49c61c803f1c87b183e32b3661c (patch)
tree29c33fb8941b0a7f2c5053756af68c1c0aa22003 /Doc/README.txt
parent2b1a0a30c9468bcb855fb8b60faaedbf5495904b (diff)
downloadcpython-97e9ec688c7ea49c61c803f1c87b183e32b3661c.zip
cpython-97e9ec688c7ea49c61c803f1c87b183e32b3661c.tar.gz
cpython-97e9ec688c7ea49c61c803f1c87b183e32b3661c.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 6df12ab..952b320 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.