DEBSOURCES
Skip Quicknav
sources / sphinx-hoverxref / 1.4.2-1 / tests / examples / python-domain / conf.py
12345678
# conf.py to run tests master_doc = 'index' extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.autosectionlabel', 'hoverxref.extension', ]