Signed-off-by: Jeremy Cline jeremy@jcline.org
Does _build get created freshly each time you run make html? If not, should we slam an rm -rf _build/fegistry-docs in here?
_build
make html
rm -rf _build/fegistry-docs
LGTM, pending the question I had. i.e., if you think it's not a problem, merge as you please!
It doesn't, but sphinx does do partial rebuilds. We can't add an rm -rf in here because it depends on the html target which builds the docs in the first place. You can run make clean before this if you want a clean build environment.
make clean
Pull-Request has been merged by jcline
Signed-off-by: Jeremy Cline jeremy@jcline.org