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:
F. Eugene Aumson
2020-04-08 12:12:20 -04:00
parent 261bced822
commit 6ddbea207f
10 changed files with 0 additions and 10 deletions

View File

@@ -200,7 +200,6 @@ setup(
"pylint",
"pytest",
"sphinx",
"sphinx-autodoc-typehints",
"tox",
"twine",
]