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

Disable GoogleDocstring._lookup_annotation #309

Merged
merged 5 commits into from Jan 20, 2023

Commits on Jan 20, 2023

  1. Disable GoogleDocstring._lookup_annotation

    This function never does the correct thing and even if it did the correct
    thing it would be a problem for us because the redered type annotation
    isn't processed by sphinx-autodoc-typehints.
    
    Resolves issue 308
    hoodmane committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    bdeb495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dae121 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    hoodmane committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8f14698 View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    hoodmane committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    18a5e71 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'param-attribute-same-name' of github.com:hoodmane/sphin…

    …x-autodoc-typehints into param-attribute-same-name
    hoodmane committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e6bf157 View commit details
    Browse the repository at this point in the history