Variables | |
list | bibtex_bibfiles = ['refs.bib'] |
string | copyright = u'{year} The mp2p_icp authors.'.format(year=datetime.now().year) |
list | epub_exclude_files = ['search.html'] |
string | epub_title = project |
list | exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store'] |
list | extensions |
dictionary | html_context |
string | html_last_updated_fmt = '%H:%M, %b %d, %Y' |
list | html_static_path |
string | html_theme = "sphinx_rtd_theme" |
string | htmlhelp_basename = 'MOLAdoc' |
language = None | |
list | latex_documents |
dictionary | latex_elements |
list | man_pages |
string | master_doc = 'index' |
string | project = u'mp2p_icp' |
pygments_style = None | |
string | source_suffix = '.rst' |
list | templates_path = ['_templates'] |
list | texinfo_documents |
string conf.copyright = u'{year} The mp2p_icp authors.'.format(year=datetime.now().year) |
list conf.exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store'] |
list conf.extensions |
dictionary conf.html_context |
list conf.html_static_path |
list conf.latex_documents |
dictionary conf.latex_elements |
list conf.man_pages |