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
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
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']