uber/NEAL

Broken build

Closed this issue · 1 comments

When running make, this gets run:

make -C docs build
python -msphinx -M build "." "_build"  

and fails:

Running Sphinx v1.6.4

Sphinx error:
Builder name build not registered or available through entry point

Catch-all on this line is causing it https://github.com/uber/NEAL/blob/master/docs/Makefile#L20

I believe this was due to the greedy rule in Makefile.propagate, that automatically repeats the command on every folder that has a Makefile. It should have been fixed on 9e172e5 (see diff here). Can you confirm if you still see the error after this commit?