Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX make sphinx docs work on Windows (#206)
`make` does not exist on Windows in general, causing `spin docs` to fail. If `make.bat` exists, invoke that instead. As noted in scikit-learn/scikit-learn#29012 (comment) `make.bat` is generated by `sphinx-quickstart` and some projects still have it. scikit-learn has it and I think it is supposed to work, although we don't have that many developers on Windows. `numpy` and `matplotlib` still have `make.bat` as well.
- Loading branch information