hi, we are using sphinx-apidoc to generate docs

sphinx-apidoc --output-dir docs/kw --no-toc kw && make --directory=docs html

but our devs often forget to update docstrings after changing 
methods/functions. Is there a tool that is able to validate this? I saw 
stackoverflow question 
<https://stackoverflow.com/questions/47704552/can-sphinx-validate-documentation-against-the-actual-implementation>,
 
but no answer there. At the moment we are at least checking for 
warnings/errors from sphinx, but this check could help us a lot to keep our 
docs closer to reality.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to