```shell $ make html Makefile:20: *** missing separator. Stop. ``` This happens because there should be a tab (not spaces) in the target: https://github.com/microsoft/InnerEye-DeepLearning/blob/914a89383d3275cb3304bde9c6cdd6050357f3f7/sphinx-docs/Makefile#L19-L20 [AB#4983](https://innereye.visualstudio.com/60ce1777-00d6-4015-82bc-488a0c00202f/_workitems/edit/4983)
$ make html Makefile:20: *** missing separator. Stop.This happens because there should be a tab (not spaces) in the target:
InnerEye-DeepLearning/sphinx-docs/Makefile
Lines 19 to 20 in 914a893
AB#4983