2019-06-20 15:12:38 +00:00
|
|
|
author = 'decentral1se'
|
|
|
|
copyright = '2019, decentral1se'
|
|
|
|
html_static_path = ['_static']
|
2019-11-03 15:15:14 +00:00
|
|
|
html_theme = 'sphinx_rtd_theme'
|
2019-06-20 15:12:38 +00:00
|
|
|
master_doc = 'index'
|
2019-07-01 16:33:29 +00:00
|
|
|
project = 'flat-tree'
|
2019-06-20 15:12:38 +00:00
|
|
|
templates_path = ['_templates']
|
|
|
|
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']
|