Docs: Generate a PDF containing only the Getting Started Guide

This commit is contained in:
Mark Harrah 2012-11-10 18:18:15 -05:00
parent 019dbb6566
commit 89573b39b5
1 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@ html_context = {'home_site': home_site, 'site_search_base': site_search_base}
# Latex (PDF)
pdf_index = 'pdf_index'
latex_documents = [
(pdf_index, 'sbt.tex', html_title, '', 'manual', True),
('pdf_index', 'sbt.tex', html_title, '', 'manual', True),
('Getting-Started/index', 'sbt-Getting-Started.tex', html_title, '', 'manual', True),
]
# Issues role