Commit 9231958
authored
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.1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | | - | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
861 | 864 | | |
862 | 865 | | |
863 | 866 | | |
| |||
0 commit comments