I'm somewhat new at both these tool sets.
Currently I am running sphinx-apidoc...
and then checking in the resulting doc/source/*.rst
files so that readthedocs
produces more than an empty document.
However; is there a way to have this done automatically during the readthedoc
build process?
It would save remembering to build and checkin all the *.rst
files in doc/source
on the repo.