flat-tree/docs/source/conf.py

9 lines
259 B
Python
Raw Normal View History

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