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