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:51:30 +02:00
parent 2b1a0a30c9
commit 97e9ec688c
23 changed files with 8 additions and 89 deletions

View file

@ -1638,7 +1638,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.