[Python-checkins] r86424 - python/branches/py3k/Doc/conf.py

georg.brandl python-checkins at python.org
Fri Nov 12 07:19:48 CET 2010


Author: georg.brandl
Date: Fri Nov 12 07:19:48 2010
New Revision: 86424

Log:
Build a PDF of the FAQs too.

Modified:
   python/branches/py3k/Doc/conf.py

Modified: python/branches/py3k/Doc/conf.py
==============================================================================
--- python/branches/py3k/Doc/conf.py	(original)
+++ python/branches/py3k/Doc/conf.py	Fri Nov 12 07:19:48 2010
@@ -131,6 +131,8 @@
      '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'),
 ]


More information about the Python-checkins mailing list