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 os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
sys.path.insert(0, os.path.abspath(".."))
|
sys.path.insert(0, os.path.abspath("../../"))
|
||||||
|
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
@ -35,7 +35,6 @@ extensions = [
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"sphinx.ext.viewcode",
|
"sphinx.ext.viewcode",
|
||||||
"sphinx_autodoc_typehints",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
|
@ -50,9 +49,7 @@ autodoc_default_options = {
|
||||||
"undoc-members": True,
|
"undoc-members": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
set_type_checking_flag = True
|
autodoc_typehints = "both"
|
||||||
always_document_param_types = True
|
|
||||||
typehints_document_rtype = True
|
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
|
|
|
@ -5,6 +5,5 @@ tqdm
|
||||||
lmfit
|
lmfit
|
||||||
sphinx
|
sphinx
|
||||||
pydata-sphinx-theme
|
pydata-sphinx-theme
|
||||||
sphinx-autodoc-typehints
|
|
||||||
data-science-types
|
data-science-types
|
||||||
black
|
black
|
||||||
|
|
Loading…
Add table
Reference in a new issue