#10 Update the makefile to build the docs for Pagure
Merged by jcline. Opened by jcline.
jcline/fegistry update-makefile  into  master

Download 10.patch

Does _build get created freshly each time you run make html? If not, should we slam an rm -rf _build/fegistry-docs in here?

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.

Pull-Request has been merged by jcline

Metadata