- Timestamp:
- Jun 16, 2015, 4:51:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/conf.py
r668 r669 7 7 8 8 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo','sphinx.ext.autosummary', 'sphinx.ext.extlinks','sphinx.ext.viewcode'] 9 master_doc = ' contents'9 master_doc = 'index' 10 10 templates_path = ['_templates'] 11 11 exclude_patterns = ['_build'] … … 45 45 epub_show_urls = 'inline' 46 46 epub_use_index = False 47 epub_guide = (('toc', ' contents.html', u'Table of Contents'),)47 epub_guide = (('toc', 'index.html', u'Table of Contents'),) 48 48 49 49 # Options for LaTeX output
Note: See TracChangeset
for help on using the changeset viewer.