DEBSOURCES
Skip Quicknav
sources / sphinx-notfound-page / 1.0.4-2 / tests / examples / 404rst / conf.py
1234567
# conf.py to run tests project = 'Python' master_doc = 'index' extensions = [ 'notfound.extension', ]