sphinx-apidoc --output-dir docs/kw --no-toc kw && make --directory=docs html
but devs often forget to update docstrings after changing methods/functions. Is there a tool that is able to validate this? I saw stackoverflow question, but no answer there.
Maybe out of scope, but we are at least checking for warnings/errors from sphinx with this CI step:
hi, we are using sphinx-apidoc to generate docs
but devs often forget to update docstrings after changing methods/functions. Is there a tool that is able to validate this? I saw stackoverflow question, but no answer there.
Maybe out of scope, but we are at least checking for warnings/errors from sphinx with this CI step:
Would be cool if there would be single flag on sphinx-build that would fail on errors/warnings.