commit | e5b5ff496156ba1f8f49f782e697189a89b84a6b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Nov 12 06:19:48 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Nov 12 06:19:48 2010 +0000 |
tree | 8d08a4322690bbab40fb49145f27cff1731b200a | |
parent | 02a807ebefd1ee2a638fcb22287938a76dfec0bb [diff] |
Build a PDF of the FAQs too.
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 @@ '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'), ]