Docs: fix parent breadcrumb

This commit is contained in:
Mark Harrah 2013-01-05 15:13:29 -05:00
parent c82bcb30d8
commit c76a5d995a
1 changed files with 9 additions and 4 deletions

View File

@ -22,6 +22,11 @@ master_doc = 'home'
highlight_language = 'scala' highlight_language = 'scala'
add_function_parentheses = False add_function_parentheses = False
# TODO: make this an argument
# pdf_index should be excluded when generating html
# index.rst should be excluded when generating a pdf
exclude_patterns = [ 'pdf_index.rst' ]
# HTML # HTML
html_theme = 'sbt' html_theme = 'sbt'
@ -50,10 +55,10 @@ html_context = {'home_site': home_site, 'site_search_base': site_search_base}
# Latex (PDF) # Latex (PDF)
latex_documents = [ #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), # ('Getting-Started/index', 'sbt-Getting-Started.tex', html_title, '', 'manual', True),
] #]
# Issues role # Issues role