Broken build
Closed this issue · 1 comments
rvantonder commented
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
tadeuzagallo commented