Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.

This commit is contained in:
Georg Brandl 2014-09-30 22:56:38 +02:00
parent c8da4287a7
commit 61bd1dcf9b
23 changed files with 9 additions and 90 deletions

View file

@ -1636,7 +1636,7 @@ class Helper:
# in pydoc_data/topics.py.
#
# CAUTION: if you change one of these dictionaries, be sure to adapt the
# list of needed labels in Doc/tools/sphinxext/pyspecific.py and
# list of needed labels in Doc/tools/pyspecific.py and
# regenerate the pydoc_data/topics.py file by running
# make pydoc-topics
# in Doc/ and copying the output file into the Lib/ directory.