diff --git a/documentation/source/conf.py b/documentation/source/conf.py index a15c619..b24ac76 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -21,7 +21,7 @@ extensions = [ 'sphinx.ext.autodoc', - 'sphinx_autodoc_typehints', + # 'sphinx_autodoc_typehints', 'sphinx.ext.napoleon', 'sphinx.ext.viewcode' ] diff --git a/pyproject.toml b/pyproject.toml index 7fb0dfe..c1ba0ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,8 @@ sphinx = "^8.0.2" sphinx-autodoc-typehints = "^2.2.3" [project.optional-dependencies] -documentation = ["sphinx-autodoc-typehints>=2.3.0", "sphinx_rtd_theme", "mock"] +# documentation = ["sphinx-autodoc-typehints>=2.3.0", "sphinx_rtd_theme", "mock"] +documentation = ["sphinx-autodoc-typehints"] [tool.pytest.ini_options] testpaths = ["tests"]