5621: fix toctree warnings by using TOC way for html output

svn: r20738
This commit is contained in:
Jérôme Rapinat
2012-12-02 10:13:42 +00:00
parent bf3444778d
commit dfcc87fff0
10 changed files with 54 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ source_suffix = '.rst'
#source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'en'
master_doc = 'index'
# General information about the project.
project = u'Gramps'
@@ -215,7 +215,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('en', 'gramps', u'Gramps Documentation',
[u'.'], 1)
['Gramps project'], 1)
]
# If true, show URL addresses after external links.