Ubiquity  2.0.0
php rapid development framework
conf.py File Reference

Go to the source code of this file.

Namespaces

 conf
 

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