We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb7a845 + ac698c6 commit 8c77d4cCopy full SHA for 8c77d4c
docs/source/conf.py
@@ -15,7 +15,6 @@
15
"sphinx.ext.autodoc",
16
"sphinx.ext.intersphinx",
17
"sphinx.ext.napoleon",
18
- "sphinx_autodoc_typehints",
19
"sphinx-prompt",
20
"sphinx_substitution_extensions",
21
"sphinxcontrib.spelling",
@@ -87,5 +86,3 @@
87
86
.. |github-owner| replace:: VWS-Python
88
.. |github-repository| replace:: vws-python
89
"""
90
-
91
-always_document_param_types = True
pyproject.toml
@@ -274,7 +274,6 @@ dev = [
274
"PyYAML==6.0.1",
275
"ruff==0.2.0",
276
"Sphinx==7.2.6",
277
- "sphinx-autodoc-typehints==1.25.3",
278
"sphinx-prompt==1.8",
279
"Sphinx-Substitution-Extensions==2022.2.16",
280
"sphinxcontrib-spelling==8",
0 commit comments