Skip to content
Snippets Groups Projects
Verified Commit 4e9b31bd authored by Anton Tetov Johansson's avatar Anton Tetov Johansson
Browse files

shorter function signatures

parent ae7d4a39
Branches
Tags
Loading
...@@ -92,7 +92,7 @@ autodoc_default_options = { ...@@ -92,7 +92,7 @@ autodoc_default_options = {
"show-inheritance": True, "show-inheritance": True,
} }
autodoc_typehints = "signature" autodoc_typehints = "signature"
autodoc_typehints_format = "fully-qualified" # autodoc_typehints_format = "fully-qualified"
autodoc_member_order = "groupwise" autodoc_member_order = "groupwise"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment