Stop using 3rd party sphinx typehints plugin
Because sphinx itself supports typehints now, and a recent update to plugin caused it to start spewing massive amounts of warnings.
This commit is contained in:
@@ -180,7 +180,6 @@ setup(
|
||||
"pylint",
|
||||
"pytest",
|
||||
"sphinx",
|
||||
"sphinx-autodoc-typehints",
|
||||
"tox",
|
||||
"twine",
|
||||
]
|
||||
|
Reference in New Issue
Block a user