diff options
author | Georg Brandl <georg@python.org> | 2012-01-16 21:39:56 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-01-16 21:39:56 +0100 |
commit | 31af0cee9bbc413f6c4554080ba5703b570e5c57 (patch) | |
tree | 234710ff392012410a439fa85e34d77e56ae2f08 | |
parent | eea4846d23e2b6967f1e45561603652751b63fbe (diff) | |
download | cpython-git-31af0cee9bbc413f6c4554080ba5703b570e5c57.tar.gz |
Remove "documenting" latex document.
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index ce64f06198..85eb9fa3bb 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -117,8 +117,6 @@ latex_documents = [ 'The Python/C API', _stdauthor, 'manual'), ('distutils/index', 'distutils.tex', 'Distributing Python Modules', _stdauthor, 'manual'), - ('documenting/index', 'documenting.tex', - 'Documenting Python', 'Georg Brandl', 'manual'), ('extending/index', 'extending.tex', 'Extending and Embedding Python', _stdauthor, 'manual'), ('install/index', 'install.tex', |