Fix docs build and format docs conf

This commit is contained in:
Luke Murphy 2020-04-11 22:54:28 +02:00
parent b69bfa28b4
commit 3eade299a0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 9 additions and 8 deletions

View File

@ -1,8 +1,8 @@
author = 'decentral1se' author = "decentral1se"
copyright = '2019, decentral1se' copyright = "2019, decentral1se"
html_static_path = ['_static'] html_static_path = ["_static"]
html_theme = 'sphinx_rtd_theme' html_theme = "sphinx_rtd_theme"
master_doc = 'index' master_doc = "index"
project = 'autonomic' project = "autonomic utility belt"
templates_path = ['_templates'] templates_path = ["_templates"]
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints'] extensions = ["sphinx.ext.autodoc", "sphinx_autodoc_typehints"]

View File

@ -49,6 +49,7 @@ description = build the documentation
skipdist = True skipdist = True
deps = deps =
sphinx sphinx
sphinx-autodoc-typehints
sphinx_rtd_theme sphinx_rtd_theme
commands = python -m setup build_sphinx commands = python -m setup build_sphinx