mirror of
https://github.com/vale981/hopsflow
synced 2025-03-04 16:31:38 -05:00
remove bogus typehints package
This commit is contained in:
parent
07f496d4ea
commit
960144915b
2 changed files with 2 additions and 6 deletions
|
@ -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"]
|
||||
|
|
|
@ -5,6 +5,5 @@ tqdm
|
|||
lmfit
|
||||
sphinx
|
||||
pydata-sphinx-theme
|
||||
sphinx-autodoc-typehints
|
||||
data-science-types
|
||||
black
|
||||
|
|
Loading…
Add table
Reference in a new issue