remove bogus typehints package

This commit is contained in:
Valentin Boettcher 2021-12-07 14:06:05 +01:00
parent 07f496d4ea
commit 960144915b
2 changed files with 2 additions and 6 deletions

View file

@ -13,7 +13,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("../../"))
# -- Project information -----------------------------------------------------
@ -35,7 +35,6 @@ extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.viewcode",
"sphinx_autodoc_typehints",
]
intersphinx_mapping = {
@ -50,9 +49,7 @@ autodoc_default_options = {
"undoc-members": True,
}
set_type_checking_flag = True
always_document_param_types = True
typehints_document_rtype = True
autodoc_typehints = "both"
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

View file

@ -5,6 +5,5 @@ tqdm
lmfit
sphinx
pydata-sphinx-theme
sphinx-autodoc-typehints
data-science-types
black