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 made a stackoverflow post about this, which tracked the problem back to numpydoc.
It may be user error, but it appears that this warning will get thrown when I use numpydoc, but not if I use the sphinx.ext.napolean extension. I've read all of the numpydoc documentation, I have a current version of sphinx, and I've tried setting autosummary_generate = True like the warning message suggests.
Perhaps I'm not using an option of numpydoc that I should be - I'm not sure. Or perhaps this is a bug with how numpydoc is integrated with autosummary.
The text was updated successfully, but these errors were encountered:
A commenter in the stack overflow post said my files did not generate any warnings for them - thus, I believe it must be something wrong with my machine's configuration or something else I'm doing wrong. I'm closing the issue as a result.
I made a stackoverflow post about this, which tracked the problem back to
numpydoc
.It may be user error, but it appears that this warning will get thrown when I use
numpydoc
, but not if I use thesphinx.ext.napolean
extension. I've read all of the numpydoc documentation, I have a current version of sphinx, and I've tried settingautosummary_generate = True
like the warning message suggests.Perhaps I'm not using an option of
numpydoc
that I should be - I'm not sure. Or perhaps this is a bug with hownumpydoc
is integrated withautosummary
.The text was updated successfully, but these errors were encountered: