This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
calibrestekje/docs/source/conf.py
2020-02-28 18:27:28 +00:00

9 lines
235 B
Python

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