From e5b5ff496156ba1f8f49f782e697189a89b84a6b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 12 Nov 2010 06:19:48 +0000 Subject: [PATCH] Build a PDF of the FAQs too. --- Doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/conf.py b/Doc/conf.py index d12cb173e4..ce64f06198 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'), ] -- 2.50.1