Wondering if including a Makefile might be a good idea? To me this is very helpful in onboarding to repositories as I can look to see what the commands are, and my previous relationships with sphinx always had Makefiles I believe?!
Even if they are small wrappers on the jupyter-book CLI make build/html/docs/serve
Wondering if including a
Makefilemight be a good idea? To me this is very helpful in onboarding to repositories as I can look to see what the commands are, and my previous relationships with sphinx always had Makefiles I believe?!Even if they are small wrappers on the
jupyter-bookCLImake build/html/docs/serve