Build a PDF of the FAQs too.
authorGeorg Brandl <georg@python.org>
Fri, 12 Nov 2010 06:19:48 +0000 (06:19 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 12 Nov 2010 06:19:48 +0000 (06:19 +0000)
Doc/conf.py

index d12cb173e4d2c51c5379bdd3091d3ef87197484a..ce64f06198d9e294a91d3d52ad9efb54a45baa0a 100644 (file)
@@ -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'),
 ]