Skip to content

Fix documentation for constants #659

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

Merged
merged 1 commit into from
Jul 16, 2023
Merged

Conversation

asmeurer
Copy link
Member

Sphinx cannot find the docstring corresponding to a constant unless you point it to the exact file where it is, since it doesn't actually live on the object itself. See sphinx-doc/sphinx#6495

Fixes #601

Sphinx cannot find the docstring corresponding to a constant unless you point
it to the exact file where it is, since it doesn't actually live on the object
itself. See sphinx-doc/sphinx#6495

Fixes data-apis#601
Copy link
Contributor

@kgryte kgryte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @asmeurer!

@kgryte kgryte merged commit 50c87f0 into data-apis:main Jul 16, 2023
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.

Bug: descriptions for constants included in the standard are incorrect
2 participants