diff options
author | Georg Brandl <georg@python.org> | 2010-11-12 06:19:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-12 06:19:48 (GMT) |
commit | e5b5ff496156ba1f8f49f782e697189a89b84a6b (patch) | |
tree | 8d08a4322690bbab40fb49145f27cff1731b200a /Doc/conf.py | |
parent | 02a807ebefd1ee2a638fcb22287938a76dfec0bb (diff) | |
download | cpython-e5b5ff496156ba1f8f49f782e697189a89b84a6b.zip cpython-e5b5ff496156ba1f8f49f782e697189a89b84a6b.tar.gz cpython-e5b5ff496156ba1f8f49f782e697189a89b84a6b.tar.bz2 |
Build a PDF of the FAQs too.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index d12cb17..ce64f06 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -131,6 +131,8 @@ latex_documents = [ 'Python Tutorial', _stdauthor, 'manual'), ('using/index', 'using.tex', 'Python Setup and Usage', _stdauthor, 'manual'), + ('faq/index', 'faq.tex', + 'Python Frequently Asked Questions', _stdauthor, 'manual'), ('whatsnew/' + version, 'whatsnew.tex', 'What\'s New in Python', 'A. M. Kuchling', 'howto'), ] |