Skip to content

Commit 5ff7b0e

Browse files
committed
fix: Fix installation of sphinx-autodoc-typehints
Seems like the extra got randomly renamed in an effort to modernize packaging: tox-dev/sphinx-autodoc-typehints#263
1 parent b6baf68 commit 5ff7b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sphinx==5.0.0
1+
sphinx>=5.3
22
sphinxcontrib-mermaid==0.7.1
33
sphinx-rtd-theme
4-
sphinx-autodoc-typehints[type_comments]>=1.8.0
4+
sphinx-autodoc-typehints[type-comment]>=1.19.3
55
typing-extensions

0 commit comments

Comments
 (0)