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

Remove dependency on sphinx-autodoc-typehints #9705

Merged
merged 3 commits into from
Mar 24, 2023

Commits on Mar 1, 2023

  1. Remove dependency on sphinx-autodoc-typehints

    This replaces the whole usage of the separate package
    `sphinx-autodoc-typehints` with the built-in support from `autodoc`,
    available (with this combination of options) since Sphinx 5.0.  This
    removes a docs dependency that has caused us significant problems before
    due to its instability, and the built-in handling in `autodoc` is much
    cleaner as well; rather than trying to textually modify the docstring,
    this version (correctly) mutates the parsed rST structure, which also
    naturally it 100% compatible with the Napoleon processing.
    jakelishman committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    6301056 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    9a92f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2007191 View commit details
    Browse the repository at this point in the history