# conf.py to run tests

project = 'Python'
master_doc = 'index'
extensions = [
    'notfound.extension',
]

html_favicon = 'images/favicon.png'
html_logo = 'images/logo.svg'

templates_path = ['_templates']
