| 
    Elgg
    Version 1.10
    
   | 
 
Go to the source code of this file.
Namespaces | |
| conf | |
Functions | |
| def | conf.setup (app) | 
Variables | |
| list | conf.extensions = [] | 
| list | conf.templates_path = ['_templates'] | 
| string | conf.source_suffix = '.rst' | 
| string | conf.master_doc = 'index' | 
| string | conf.project = u'Elgg' | 
| string | conf.copyright = u'2013, Various' | 
| string | conf.version = '1.10' | 
| string | conf.release = '1.10' | 
| list | conf.exclude_patterns = ['_build'] | 
| string | conf.pygments_style = 'sphinx' | 
| string | conf.html_theme = 'elgg_rtd_theme' | 
| list | conf.html_theme_path = ["_themes"] | 
| string | conf.on_rtd = 'True' | 
| string | conf.html_favicon = '../_graphics/favicon.ico' | 
| list | conf.html_static_path = ['_static'] | 
| string | conf.htmlhelp_basename = 'Elggdoc' | 
| dictionary | conf.latex_elements | 
| list | conf.latex_documents | 
| list | conf.man_pages | 
| list | conf.texinfo_documents | 
| list | conf.locale_dirs = ['locale/'] | 
| bool | conf.gettext_compact = True |