From 89573b39b5a59f8c7f96d6442a4af4c5be1603a9 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 10 Nov 2012 18:18:15 -0500 Subject: [PATCH] Docs: Generate a PDF containing only the Getting Started Guide --- src/sphinx/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sphinx/conf.py b/src/sphinx/conf.py index 44bd5e2fb..74337e49b 100644 --- a/src/sphinx/conf.py +++ b/src/sphinx/conf.py @@ -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