doc: Add sphinx_autodoc_typehints extension

`mgr/orchestrator_modules.rst` makes heavy use type hints.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
Sebastian Wagner
2020-02-27 13:16:00 +01:00
parent 53febd478d
commit 30d415974c
2 changed files with 3 additions and 0 deletions

View File

@@ -4,3 +4,5 @@ breathe == 4.14.0
pyyaml >= 5.1.2
Cython
prettytable
sphinx-autodoc-typehints
typed-ast

View File

@@ -48,6 +48,7 @@ sys.path.insert(0, os.path.abspath('_ext'))
extensions = [
'sphinx.ext.autodoc',
'sphinx_autodoc_typehints',
'sphinx.ext.graphviz',
'sphinx.ext.todo',
'sphinxcontrib.ditaa',