diff options
| author | Georg Brandl <georg@python.org> | 2012-01-16 20:40:12 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-01-16 20:40:12 (GMT) |
| commit | c77bb65deb6aa3c281243e0408efcb44be8a026e (patch) | |
| tree | 32ef34c27e9c7ac42caf0ef3dea0e9ea2074d68a /Doc/conf.py | |
| parent | 32ee44ffb4abf75f39794dc4ab9077fca12d4e98 (diff) | |
| download | cpython-c77bb65deb6aa3c281243e0408efcb44be8a026e.zip cpython-c77bb65deb6aa3c281243e0408efcb44be8a026e.tar.gz cpython-c77bb65deb6aa3c281243e0408efcb44be8a026e.tar.bz2 | |
Remove "documenting" latex document.
Diffstat (limited to 'Doc/conf.py')
| -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 ce64f06..85eb9fa 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', |
