summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Wagner <sebastian.wagner@suse.com>2020-02-27 13:16:00 +0100
committerSebastian Wagner <sebastian.wagner@suse.com>2020-02-27 13:16:00 +0100
commit30d415974c5a5165098d33e25cac45979de1ea86 (patch)
treec70f75c1f559891385edcdb0cf5ce787998175fb /doc
parent53febd478dfc7282f0948853c117061d96cda9b1 (diff)
downloadceph-30d415974c5a5165098d33e25cac45979de1ea86.tar.gz
doc: Add sphinx_autodoc_typehints extension
`mgr/orchestrator_modules.rst` makes heavy use type hints. Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index f22871dca34..f5fb6ffc975 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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',