Variables | |
tuple | _themes = os.path.join(cwd, '_themes') |
string | copyright = '2012, Ian Bicking' |
tuple | cwd = os.getcwd() |
list | exclude_patterns = ['_build'] |
list | extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx'] |
tuple | git = p.stdout.read() |
list | html_static_path = ['_static'] |
string | html_theme = 'nature' |
tuple | html_theme_options = dict(github_url='https://github.com/Pylons/webtest') |
list | html_theme_path = ['_themes'] |
string | htmlhelp_basename = 'WebTestdoc' |
dictionary | intersphinx_mapping |
list | latex_documents |
dictionary | latex_elements |
list | man_pages |
string | master_doc = 'index' |
tuple | on_rtd = os.environ.get('READTHEDOCS', None) |
tuple | p = Popen('which git', shell=True, stdout=PIPE) |
string | project = 'WebTest' |
string | pygments_style = 'sphinx' |
release = version | |
string | source_suffix = '.rst' |
list | templates_path = ['_templates'] |
list | texinfo_documents |
tuple | version = pkg_resources.get_distribution(project) |
tuple conf::_themes = os.path.join(cwd, '_themes') |
string conf::copyright = '2012, Ian Bicking' |
list conf::exclude_patterns = ['_build'] |
list conf::extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx'] |
list conf::html_static_path = ['_static'] |
string conf::html_theme = 'nature' |
tuple conf::html_theme_options = dict(github_url='https://github.com/Pylons/webtest') |
list conf::html_theme_path = ['_themes'] |
string conf::htmlhelp_basename = 'WebTestdoc' |
dictionary conf::intersphinx_mapping |
dictionary conf::latex_elements |
00001 { 00002 # The paper size ('letterpaper' or 'a4paper'). 00003 #'papersize': 'letterpaper', 00004 00005 # The font size ('10pt', '11pt' or '12pt'). 00006 #'pointsize': '10pt', 00007 00008 # Additional stuff for the LaTeX preamble. 00009 #'preamble': '', 00010 }
list conf::man_pages |
string conf::master_doc = 'index' |
tuple conf::on_rtd = os.environ.get('READTHEDOCS', None) |
string conf::project = 'WebTest' |
string conf::pygments_style = 'sphinx' |
string conf::source_suffix = '.rst' |
list conf::templates_path = ['_templates'] |
tuple conf::version = pkg_resources.get_distribution(project) |