|
|
@ -6,7 +6,7 @@ import mitogen
|
|
|
|
VERSION = '%s.%s.%s' % mitogen.__version__
|
|
|
|
VERSION = '%s.%s.%s' % mitogen.__version__
|
|
|
|
|
|
|
|
|
|
|
|
author = u'David Wilson'
|
|
|
|
author = u'David Wilson'
|
|
|
|
copyright = u'2018, David Wilson'
|
|
|
|
copyright = u'2019, David Wilson'
|
|
|
|
exclude_patterns = ['_build']
|
|
|
|
exclude_patterns = ['_build']
|
|
|
|
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput']
|
|
|
|
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput']
|
|
|
|
html_show_sourcelink = False
|
|
|
|
html_show_sourcelink = False
|
|
|
|