Elgg  Version 6.1
All Classes Namespaces Files Functions Variables Pages
Variables
conf Namespace Reference

Variables

 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
 

Variable Documentation

string conf.copyright = u'2013, Various'

Definition at line 53 of file conf.py.

list conf.exclude_patterns = ['_build']

Definition at line 76 of file conf.py.

list conf.extensions
Initial value:
1 = [
2  'sphinx_rtd_theme',
3  'sphinxcontrib.phpdomain'
4 ]

Definition at line 34 of file conf.py.

bool conf.gettext_compact = True

Definition at line 280 of file conf.py.

conf.html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")

Definition at line 30 of file conf.py.

string conf.html_favicon = '../views/default/graphics/favicon.ico'

Definition at line 146 of file conf.py.

list conf.html_static_path = ['_static']

Definition at line 151 of file conf.py.

string conf.html_theme = 'sphinx_rtd_theme'

Definition at line 116 of file conf.py.

list conf.html_theme_path = ["_themes"]

Definition at line 124 of file conf.py.

string conf.htmlhelp_basename = 'Elggdoc'

Definition at line 195 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 213 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 200 of file conf.py.

list conf.locale_dirs = ['locale/']

Definition at line 279 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 243 of file conf.py.

string conf.master_doc = 'index'

Definition at line 49 of file conf.py.

string conf.on_rtd = 'True'

Definition at line 127 of file conf.py.

string conf.primary_domain = 'php'

Definition at line 110 of file conf.py.

string conf.project = u'Elgg'

Definition at line 52 of file conf.py.

string conf.pygments_style = 'sphinx'

Definition at line 93 of file conf.py.

string conf.release = 'master'

Definition at line 62 of file conf.py.

string conf.source_suffix = '.rst'

Definition at line 43 of file conf.py.

conf.startinline

Definition at line 105 of file conf.py.

list conf.templates_path = ['_templates']

Definition at line 40 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 257 of file conf.py.

string conf.version = 'master'

Definition at line 60 of file conf.py.