conf

Module Contents

conf.extensions = ['sphinx.ext.todo', 'sphinx.ext.intersphinx', 'autoapi.extension']
conf.templates_path = ['_templates']
conf.source_suffix = '.rst'
conf.master_doc = 'index'
conf.project = 'Faker'
conf.copyright = '2014, Daniele Faraglia'
conf.version = '19.6.2'
conf.release = '19.6.2'
conf.exclude_patterns = ['_build']
conf.pygments_style = 'sphinx'
conf.html_theme = 'alabaster'
conf.html_theme_options
conf.html_static_path = ['_static']
conf.htmlhelp_basename = 'Fakerdoc'
conf.latex_elements
conf.latex_documents = [('index', 'Faker.tex', 'Faker Documentation', 'Daniele Faraglia', 'manual')]
conf.man_pages = [('index', 'faker', 'Faker Documentation', ['Daniele Faraglia'], 1)]
conf.texinfo_documents = [('index', 'Faker', 'Faker Documentation', 'Daniele Faraglia', 'Faker', 'One line description of...
conf.autoapi_dirs = ['../../faker-master']
conf.intersphinx_mapping