mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Build a PDF of the FAQs too.
This commit is contained in:
parent
02a807ebef
commit
e5b5ff4961
1 changed files with 2 additions and 0 deletions
|
@ -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'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue