projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02a807e
)
Build a PDF of the FAQs too.
author
Georg Brandl
<georg@python.org>
Fri, 12 Nov 2010 06:19:48 +0000
(06:19 +0000)
committer
Georg Brandl
<georg@python.org>
Fri, 12 Nov 2010 06:19:48 +0000
(06:19 +0000)
Doc/conf.py
patch
|
blob
|
history
diff --git
a/Doc/conf.py
b/Doc/conf.py
index d12cb173e4d2c51c5379bdd3091d3ef87197484a..ce64f06198d9e294a91d3d52ad9efb54a45baa0a 100644
(file)
--- 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'),
]