You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a quick look. The descriptions are in strings in .py files below the actual constants. autosummary doesn't work like that AFAIK, I think these descriptions belong in the .rst files instead. Or am I missing anything here?
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#6495Fixesdata-apis#601
See screenshot below:
This affects all currently rendered specification versions.
The text was updated successfully, but these errors were encountered: