Skip to content

Commit ce0d15a

Browse files
Update dependency sphinx-autodoc-typehints to v2 (#240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f6a77b commit ce0d15a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sphinx==7.2.6
22
furo==2024.1.29
3-
sphinx-autodoc-typehints==1.25.3
3+
sphinx-autodoc-typehints==2.0.0
44
sphinx-copybutton==0.5.2
55
sphinx-paramlinks==0.6.0
66
myst-parser==2.0.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
"furo==2024.1.29", # Theme
5858
"sphinx-copybutton==0.5.2", # Copy button for code blocks
5959
"sphinx-paramlinks==0.6.0", # Links to parameters in other pages
60-
"sphinx-autodoc-typehints==1.25.3", # More type hint customization
60+
"sphinx-autodoc-typehints==2.0.0", # More type hint customization
6161
"myst-parser==2.0.0", # Embeds markdown in sphinx
6262
# DEVELOPMENT
6363
"black[jupyter]==24.1.1", # Python Formatter

0 commit comments

Comments
 (0)