Elgg  Version 1.11
Functions | Variables
conf Namespace Reference

Functions

def setup (app)
 

Variables

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 = '1.11'
 
string release = '1.11'
 
list exclude_patterns = ['_build']
 
string pygments_style = 'sphinx'
 
string html_theme = 'elgg_rtd_theme'
 
list html_theme_path = ["_themes"]
 
string on_rtd = 'True'
 
string html_favicon = '../_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
 

Function Documentation

def conf.setup (   app)

Definition at line 111 of file conf.py.

Variable Documentation

string conf.copyright = u'2013, Various'

Definition at line 44 of file conf.py.

list conf.exclude_patterns = ['_build']

Definition at line 67 of file conf.py.

list conf.extensions = []

Definition at line 28 of file conf.py.

bool conf.gettext_compact = True

Definition at line 262 of file conf.py.

string conf.html_favicon = '../_graphics/favicon.ico'

Definition at line 128 of file conf.py.

list conf.html_static_path = ['_static']

Definition at line 133 of file conf.py.

string conf.html_theme = 'elgg_rtd_theme'

Definition at line 97 of file conf.py.

list conf.html_theme_path = ["_themes"]

Definition at line 105 of file conf.py.

string conf.htmlhelp_basename = 'Elggdoc'

Definition at line 177 of file conf.py.

list conf.latex_documents
Initial value:
1 = [
2  ('index', 'Elgg.tex', u'Elgg Documentation',
3  u'Various', 'manual'),
4 ]

Definition at line 195 of file conf.py.

dictionary conf.latex_elements
Initial value:
1 = {
2 # The paper size ('letterpaper' or 'a4paper').
3 #'papersize': 'letterpaper',
4 
5 # The font size ('10pt', '11pt' or '12pt').
6 #'pointsize': '10pt',
7 
8 # Additional stuff for the LaTeX preamble.
9 #'preamble': '',
10 }

Definition at line 182 of file conf.py.

list conf.locale_dirs = ['locale/']

Definition at line 261 of file conf.py.

list conf.man_pages
Initial value:
1 = [
2  ('index', 'elgg', u'Elgg Documentation',
3  [u'Various'], 1)
4 ]

Definition at line 225 of file conf.py.

string conf.master_doc = 'index'

Definition at line 40 of file conf.py.

string conf.on_rtd = 'True'

Definition at line 108 of file conf.py.

string conf.project = u'Elgg'

Definition at line 43 of file conf.py.

string conf.pygments_style = 'sphinx'

Definition at line 84 of file conf.py.

string conf.release = '1.11'

Definition at line 53 of file conf.py.

string conf.source_suffix = '.rst'

Definition at line 34 of file conf.py.

list conf.templates_path = ['_templates']

Definition at line 31 of file conf.py.

list conf.texinfo_documents
Initial value:
1 = [
2  ('index', 'Elgg', u'Elgg Documentation',
3  u'Various', 'Elgg', 'One line description of project.',
4  'Miscellaneous'),
5 ]

Definition at line 239 of file conf.py.

string conf.version = '1.11'

Definition at line 51 of file conf.py.