Skip to content

Commit 8c77d4c

Browse files
Merge pull request #2111 from VWS-Python/rm-autodoc-typehints
Remove sphinx-autodoc-typehints. This had bugs and is no longer necessary for us with the latest Sphinx.
2 parents bb7a845 + ac698c6 commit 8c77d4c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"sphinx.ext.autodoc",
1616
"sphinx.ext.intersphinx",
1717
"sphinx.ext.napoleon",
18-
"sphinx_autodoc_typehints",
1918
"sphinx-prompt",
2019
"sphinx_substitution_extensions",
2120
"sphinxcontrib.spelling",
@@ -87,5 +86,3 @@
8786
.. |github-owner| replace:: VWS-Python
8887
.. |github-repository| replace:: vws-python
8988
"""
90-
91-
always_document_param_types = True

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ dev = [
274274
"PyYAML==6.0.1",
275275
"ruff==0.2.0",
276276
"Sphinx==7.2.6",
277-
"sphinx-autodoc-typehints==1.25.3",
278277
"sphinx-prompt==1.8",
279278
"Sphinx-Substitution-Extensions==2022.2.16",
280279
"sphinxcontrib-spelling==8",

0 commit comments

Comments
 (0)