sphinx-quickstartでできるMakefile
経緯:対話を使わずにコマンドだけでsphinx-quickstart
テンプレート https://github.com/sphinx-doc/sphinx/blob/v5.1.1/sphinx/templates/quickstart/Makefile.new_t
@を外したところmake htmlではsphinx-build -M html "source" "build"が実行されていた
👉 sphinx-build