Enable rendering of type annotations in signature headers (#2085)
* Enable rendering of type annotations in signature headers * drop comment --------- Co-authored-by: SkalskiP <piotr.skalski92@gmail.com>
This commit is contained in:
parent
82a0aa2463
commit
1bab3fff8f
|
|
@ -143,6 +143,7 @@ plugins:
|
|||
show_root_heading: True
|
||||
show_symbol_type_toc: true
|
||||
show_category_heading: true
|
||||
show_signature_annotations: true
|
||||
inventories:
|
||||
- url: https://docs.python-requests.org/en/master/objects.inv
|
||||
domains: [std, py]
|
||||
|
|
|
|||
Loading…
Reference in New Issue