summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-12 06:19:48 +0000
committerGeorg Brandl <georg@python.org>2010-11-12 06:19:48 +0000
commite5b5ff496156ba1f8f49f782e697189a89b84a6b (patch)
tree8d08a4322690bbab40fb49145f27cff1731b200a /Doc/conf.py
parent02a807ebefd1ee2a638fcb22287938a76dfec0bb (diff)
downloadcpython-git-e5b5ff496156ba1f8f49f782e697189a89b84a6b.tar.gz
Build a PDF of the FAQs too.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 2 insertions, 0 deletions
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'),
]