|
| html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "") |
|
list | extensions |
|
list | templates_path = ['_templates'] |
|
string | source_suffix = '.rst' |
|
string | master_doc = 'index' |
|
string | project = u'Elgg' |
|
string | copyright = u'2013, Various' |
|
string | version = 'master' |
|
string | release = 'master' |
|
list | exclude_patterns = ['_build'] |
|
string | pygments_style = 'sphinx' |
|
| startinline |
|
string | primary_domain = 'php' |
|
string | html_theme = 'sphinx_rtd_theme' |
|
list | html_theme_path = ["_themes"] |
|
string | on_rtd = 'True' |
|
string | html_favicon = '../views/default/graphics/favicon.ico' |
|
list | html_static_path = ['_static'] |
|
string | htmlhelp_basename = 'Elggdoc' |
|
dictionary | latex_elements |
|
list | latex_documents |
|
list | man_pages |
|
list | texinfo_documents |
|
list | locale_dirs = ['locale/'] |
|
bool | gettext_compact = True |
|