Go to the source code of this file.
Namespaces | |
namespace | conf |
Variables | |
tuple | conf._themes = os.path.join(cwd, '_themes') |
string | conf.copyright = '2012, Ian Bicking' |
tuple | conf.cwd = os.getcwd() |
list | conf.exclude_patterns = ['_build'] |
list | conf.extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx'] |
tuple | conf.git = p.stdout.read() |
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 |
list | conf.latex_documents |
dictionary | conf.latex_elements |
list | conf.man_pages |
string | conf.master_doc = 'index' |
tuple | conf.on_rtd = os.environ.get('READTHEDOCS', None) |
tuple | conf.p = Popen('which git', shell=True, stdout=PIPE) |
string | conf.project = 'WebTest' |
string | conf.pygments_style = 'sphinx' |
conf.release = version | |
string | conf.source_suffix = '.rst' |
list | conf.templates_path = ['_templates'] |
list | conf.texinfo_documents |
tuple | conf.version = pkg_resources.get_distribution(project) |