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:
@@ -200,7 +200,6 @@ setup(
|
||||
"pylint",
|
||||
"pytest",
|
||||
"sphinx",
|
||||
"sphinx-autodoc-typehints",
|
||||
"tox",
|
||||
"twine",
|
||||
]
|
||||
|
@@ -22,7 +22,6 @@ extensions = [
|
||||
"sphinx.ext.intersphinx",
|
||||
"sphinx.ext.coverage",
|
||||
"sphinx.ext.viewcode",
|
||||
"sphinx_autodoc_typehints",
|
||||
]
|
||||
|
||||
templates_path = ["doc_templates"]
|
||||
|
Reference in New Issue
Block a user