mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
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:
commit
069f78b42b
@ -4,3 +4,5 @@ breathe == 4.14.0
|
||||
pyyaml >= 5.1.2
|
||||
Cython
|
||||
prettytable
|
||||
sphinx-autodoc-typehints
|
||||
typed-ast
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user