flat-tree/documentation/source/conf.py
2019-07-01 18:09:49 +02:00

9 lines
252 B
Python

author = 'decentral1se'
copyright = '2019, decentral1se'
html_static_path = ['_static']
html_theme = 'alabaster'
master_doc = 'index'
project = 'flat_tree'
templates_path = ['_templates']
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']