Ubiquity  2.0.2
php rapid development framework
conf Namespace Reference

Functions

def setup (app)
 

Variables

list extensions = []
 
list templates_path = ['_templates']
 
string source_suffix = '.rst'
 
string master_doc = 'index'
 
string project = 'Ubiquity'
 
string copyright = '2018, phpmv'
 
string author = 'phpmv'
 
string version = '2.0'
 
string release = '2.0.0'
 
 language = None
 
list exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
string pygments_style = 'monokai'
 
bool todo_include_todos = False
 
string html_theme = 'sphinx_rtd_theme'
 
dictionary html_theme_options = {'navigation_depth': 4,}
 
list html_static_path = ['_static']
 
string htmlhelp_basename = 'micro-frameworkdoc'
 
dictionary latex_elements
 
list latex_documents
 
list man_pages
 
list texinfo_documents
 
 startinline
 

Function Documentation

◆ setup()

def conf.setup (   app)

Definition at line 156 of file conf.py.

Variable Documentation

◆ author

string author = 'phpmv'

Definition at line 51 of file conf.py.

◆ copyright

string copyright = '2018, phpmv'

Definition at line 50 of file conf.py.

◆ exclude_patterns

list exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

Definition at line 72 of file conf.py.

◆ extensions

list extensions = []

Definition at line 34 of file conf.py.

◆ html_static_path

list html_static_path = ['_static']

Definition at line 97 of file conf.py.

◆ html_theme

string html_theme = 'sphinx_rtd_theme'

Definition at line 86 of file conf.py.

◆ html_theme_options

dictionary html_theme_options = {'navigation_depth': 4,}

Definition at line 92 of file conf.py.

◆ htmlhelp_basename

string htmlhelp_basename = 'micro-frameworkdoc'

Definition at line 103 of file conf.py.

◆ language

language = None

Definition at line 67 of file conf.py.

◆ latex_documents

list latex_documents
Initial value:
1 = [
2  (master_doc, 'micro-framework.tex', 'micro-framework Documentation',
3  'phpmv', 'manual'),
4 ]

Definition at line 129 of file conf.py.

◆ latex_elements

dictionary latex_elements
Initial value:
1 = {
2  # The paper size ('letterpaper' or 'a4paper').
3  #
4  # 'papersize': 'letterpaper',
5 
6  # The font size ('10pt', '11pt' or '12pt').
7  #
8  # 'pointsize': '10pt',
9 
10  # Additional stuff for the LaTeX preamble.
11  #
12  # 'preamble': '',
13 
14  # Latex figure (float) alignment
15  #
16  # 'figure_align': 'htbp',
17 }

Definition at line 108 of file conf.py.

◆ man_pages

list man_pages
Initial value:
1 = [
2  (master_doc, 'micro-framework', 'micro-framework Documentation',
3  [author], 1)
4 ]

Definition at line 139 of file conf.py.

◆ master_doc

string master_doc = 'index'

Definition at line 46 of file conf.py.

◆ project

string project = 'Ubiquity'

Definition at line 49 of file conf.py.

◆ pygments_style

string pygments_style = 'monokai'

Definition at line 75 of file conf.py.

◆ release

string release = '2.0.0'

Definition at line 60 of file conf.py.

◆ source_suffix

string source_suffix = '.rst'

Definition at line 43 of file conf.py.

◆ startinline

startinline

Definition at line 164 of file conf.py.

◆ templates_path

list templates_path = ['_templates']

Definition at line 37 of file conf.py.

◆ texinfo_documents

list texinfo_documents
Initial value:
1 = [
2  (master_doc, 'micro-framework', 'micro-framework Documentation',
3  author, 'micro-framework', 'One line description of project.',
4  'Miscellaneous'),
5 ]

Definition at line 150 of file conf.py.

◆ todo_include_todos

bool todo_include_todos = False

Definition at line 78 of file conf.py.

◆ version

string version = '2.0'

Definition at line 58 of file conf.py.