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:
parent
261bced822
commit
6ddbea207f
@ -226,7 +226,6 @@ setup(
|
|||||||
"pylint",
|
"pylint",
|
||||||
"pytest",
|
"pytest",
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx-autodoc-typehints",
|
|
||||||
"tox",
|
"tox",
|
||||||
"twine",
|
"twine",
|
||||||
]
|
]
|
||||||
|
@ -23,7 +23,6 @@ extensions = [
|
|||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"sphinx.ext.coverage",
|
"sphinx.ext.coverage",
|
||||||
"sphinx.ext.viewcode",
|
"sphinx.ext.viewcode",
|
||||||
"sphinx_autodoc_typehints",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ["doc_templates"]
|
templates_path = ["doc_templates"]
|
||||||
|
@ -179,7 +179,6 @@ setup(
|
|||||||
"pylint",
|
"pylint",
|
||||||
"pytest",
|
"pytest",
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx-autodoc-typehints",
|
|
||||||
"tox",
|
"tox",
|
||||||
"twine",
|
"twine",
|
||||||
]
|
]
|
||||||
|
@ -22,7 +22,6 @@ extensions = [
|
|||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"sphinx.ext.coverage",
|
"sphinx.ext.coverage",
|
||||||
"sphinx.ext.viewcode",
|
"sphinx.ext.viewcode",
|
||||||
"sphinx_autodoc_typehints",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ["doc_templates"]
|
templates_path = ["doc_templates"]
|
||||||
|
@ -180,7 +180,6 @@ setup(
|
|||||||
"pylint",
|
"pylint",
|
||||||
"pytest",
|
"pytest",
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx-autodoc-typehints",
|
|
||||||
"tox",
|
"tox",
|
||||||
"twine",
|
"twine",
|
||||||
]
|
]
|
||||||
|
@ -22,7 +22,6 @@ extensions = [
|
|||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"sphinx.ext.coverage",
|
"sphinx.ext.coverage",
|
||||||
"sphinx.ext.viewcode",
|
"sphinx.ext.viewcode",
|
||||||
"sphinx_autodoc_typehints",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ["doc_templates"]
|
templates_path = ["doc_templates"]
|
||||||
|
@ -200,7 +200,6 @@ setup(
|
|||||||
"pylint",
|
"pylint",
|
||||||
"pytest",
|
"pytest",
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx-autodoc-typehints",
|
|
||||||
"tox",
|
"tox",
|
||||||
"twine",
|
"twine",
|
||||||
]
|
]
|
||||||
|
@ -22,7 +22,6 @@ extensions = [
|
|||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"sphinx.ext.coverage",
|
"sphinx.ext.coverage",
|
||||||
"sphinx.ext.viewcode",
|
"sphinx.ext.viewcode",
|
||||||
"sphinx_autodoc_typehints",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ["doc_templates"]
|
templates_path = ["doc_templates"]
|
||||||
|
@ -227,7 +227,6 @@ setup(
|
|||||||
"pylint",
|
"pylint",
|
||||||
"pytest",
|
"pytest",
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx-autodoc-typehints",
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
command_options={
|
command_options={
|
||||||
|
@ -22,7 +22,6 @@ extensions = [
|
|||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"sphinx.ext.coverage",
|
"sphinx.ext.coverage",
|
||||||
"sphinx.ext.viewcode",
|
"sphinx.ext.viewcode",
|
||||||
"sphinx_autodoc_typehints",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ["doc_templates"]
|
templates_path = ["doc_templates"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user