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

Document typing.NewType as a class #10700

Merged
merged 12 commits into from Jan 2, 2023
Merged

Conversation

AA-Turner
Copy link
Member

Fixes #10480

This is a larger change, so delaying until 5.2.0 to allow time for review. I also need to update the tests for the new output.

Feature or Bugfix

  • Feature
  • Bugfix

A

@AA-Turner AA-Turner modified the milestones: 5.2.0, 5.3.0 Sep 23, 2022
@AA-Turner AA-Turner modified the milestones: 5.3.0, 6.x Oct 13, 2022
@AA-Turner AA-Turner changed the base branch from 5.x to master October 16, 2022 15:27
# Conflicts:
#	sphinx/ext/autodoc/__init__.py
@AA-Turner AA-Turner modified the milestones: 6.x, 6.1.0 Oct 27, 2022
@AA-Turner AA-Turner changed the title Document typing.NewType as a class Document typing.NewType as a class Jan 2, 2023
@AA-Turner AA-Turner merged commit 29e12ec into sphinx-doc:master Jan 2, 2023
@AA-Turner AA-Turner deleted the newtype branch January 2, 2023 18:57
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Foo = NewType(...) is treated as data and not as a class
1 participant