Skip to content

Commit

Permalink
Update dependency sphinx-autodoc-typehints to v3 (#823)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent b79b3a5 commit 69b03bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==8.1.3
furo==2024.8.6
sphinx-autodoc-typehints==2.5.0
sphinx-autodoc-typehints==3.0.0
sphinx-copybutton==0.5.2
sphinx-paramlinks==0.6.0
myst-parser==4.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies = [
"furo==2024.8.6", # Documentation theme
"sphinx-copybutton==0.5.2", # Copy button for code blocks
"sphinx-paramlinks==0.6.0", # Links to parameters in other pages
"sphinx-autodoc-typehints==2.5.0", # More type hint customization
"sphinx-autodoc-typehints==3.0.0", # More type hint customization
"myst-parser==4.0.0", # Embeds markdown in sphinx
# DEVELOPMENT
"black[jupyter]==24.10.0", # Python Formatter
Expand Down

0 comments on commit 69b03bc

Please sign in to comment.