mirror of https://github.com/sbt/sbt.git
Docs: Generate a PDF containing only the Getting Started Guide
This commit is contained in:
parent
019dbb6566
commit
89573b39b5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue