sphinx-autoapi icon indicating copy to clipboard operation
sphinx-autoapi copied to clipboard

Anybody having issues with numpydoc?

Open HealthyPear opened this issue 1 year ago • 0 comments

Not sure who is at fault here (maybe me!), but I am using sphinx-autoapi with numpydoc validations activated via sphinx and I get lots of warnings like

WARNING: [numpydoc] Validation warnings while processing docstring for 'my_function':
  GL08: The object does not have a docstring

actually, not a lot: all of them.

Of course, I checked and they totally have them, I can even check that is true by doing e.g.

python -m numpydoc --validate my_package.my_module.my_function.

Did anybody encounter this weird issue or is it just me?

HealthyPear avatar Feb 15 '24 23:02 HealthyPear