From: Georg Brandl Date: Fri, 12 Nov 2010 06:19:48 +0000 (+0000) Subject: Build a PDF of the FAQs too. X-Git-Tag: v3.2a4~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5b5ff496156ba1f8f49f782e697189a89b84a6b;p=thirdparty%2FPython%2Fcpython.git Build a PDF of the FAQs too. --- diff --git a/Doc/conf.py b/Doc/conf.py index d12cb173e4d2..ce64f06198d9 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'), ]