summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
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 d12cb17..ce64f06 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'),
]