Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sphinx-autodoc-typehints to v3 #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sphinx-autodoc-typehints (changelog) ==1.11.1 -> ==3.0.1 age adoption passing confidence

Release Notes

tox-dev/sphinx-autodoc-typehints (sphinx-autodoc-typehints)

v3.0.1

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.0.0...3.0.1

v3.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.5.0...3.0.0

v2.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.4.4...2.5.0

v2.4.4: Fix broken link in README

Compare Source

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.4.3...2.4.4

v2.4.3

Compare Source

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.4.2...2.4.3

v2.4.2

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.4.1...2.4.2

v2.4.1

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.4.0...2.4.1

v2.4.0

Compare Source

  • Drop 3.9 support
  • Add 3.13 support
  • Bump dependencies

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.3.0...2.4.0

v2.3.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.2.3...2.3.0

v2.2.3

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.2.2...2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.2.1...2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.2.0...2.2.1

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.1.1...2.2.0

v2.1.1

Compare Source

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.1.0...2.1.1

v2.1.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.0.1...2.1.0

v2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.0.0...2.0.1

v2.0.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.3...2.0.0

v1.25.3

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.2...1.25.3

v1.25.2

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.1...1.25.2

v1.25.1

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.0...1.25.1

v1.25.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.24.1...1.25.0

v1.24.1

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.24.0...1.24.1

v1.24.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.23.3...1.24.0

v1.23.3

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.23.2...1.13.2

v1.23.2

Compare Source

What's Changed
New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.23.1...1.23.2

v1.23.1

Compare Source

What's Changed
New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.23.0...1.23.1

v1.23.0: Handle attrs forward refs

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.22...1.23.0

v1.22

Compare Source

  • Allow Sphinx explicitly to write in parallel.
  • Fixed crash when documenting ParamSpecArgs

v1.21.8

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.21.7...1.27.8

v1.21.7

Compare Source

  • Fixed a bug where if a class has an attribute and a constructor argument with the same name, the constructor argument
    type would be rendered incorrectly (issue 308)

  • Fixed napoleon handling of numpy docstrings with no specified return type.

v1.21.6

Compare Source

  • Fix a Field list ends without a blank line warning (issue 305).

v1.21.5

Compare Source

  • More robust determination of rtype location / fix issue 302

v1.21.4

Compare Source

  • Improvements to the location of the return type

v1.21.3

Compare Source

  • Use format_annotation to render class attribute type annotations

v1.21.2

Compare Source

  • Fix overloads support

v1.21.1

Compare Source

  • Fix spacing between :rtype: and directives

v1.21.0

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.20.2...1.21.0

v1.20.2

Compare Source

  • Fix Optional role to be data.

v1.20.1

Compare Source

  • Fixed default options not displaying for parameters without type hints.

v1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.5...1.20.0

v1.19.5

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.4...1.19.5

v1.19.4

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.3...1.19.4

v1.19.3

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.2...1.19.3

v1.19.2

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.1...1.19.2

v1.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.0...1.19.1

v1.19.0: Support Python 3.11

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.18.3...1.19.0

v1.18.3

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.18.2...1.18.3

v1.18.2

Compare Source

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.18.1...1.18.2

v1.18.1

Compare Source

v1.18.0

Compare Source

v1.17.1

Compare Source

v1.17.0: typehints_use_rtype support and handle TypeError

Compare Source

v1.16.0

Compare Source

v1.15.3

Compare Source

v1.15.2

Compare Source

v1.15.1

Compare Source

v1.15.0

Compare Source

v1.14.1

Compare Source

v1.14.0: Added document_defaults config option

Compare Source

v1.13.1: Fix NewType is inserting a reference as first argument

Compare Source

v1.13.0: Python 3.10 support and PEP-563, drop 3.6

Compare Source

v1.12.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/sphinx-autodoc-typehints-3.x branch from 4ccaeb7 to 9d2d02c Compare January 17, 2025 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants