DEBSOURCES
Skip Quicknav
sources / sphinx-notfound-page / 1.0.4-2 / tests / examples / parallel-build / conf.py
1234567891011
""" Sample ``conf.py``. """ master_doc = 'index' extensions = [ 'notfound.extension', ]