Merge PR #33577 into master

* refs/pull/33577/head:
	doc: Add sphinx_autodoc_typehints extension

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2020-02-27 09:35:02 -06:00
commit 069f78b42b
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',