calibrestekje
changelog
docs
source
_static
_templates
changelog.rst
code-of-conduct.rst
conf.py
contribute.rst
examples.rst
flask.rst
forking.rst
index.rst
install.rst
modules-api.rst
upgrade.rst
Makefile
test
.gitignore
.readthedocs.yml
.travis.yml
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
mypy.ini
pyproject.toml
setup.cfg
setup.py
tox.ini
9 lines
235 B
Python
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']
|