Skip to content

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