# conf.py to run tests

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