#5743 reminded me:
We still use an ancient make.py that is based on what early versions of sphinx-quickstart used to generate. We should probably modernize this to use a Makefile like current versions of sphinx create.
This is sort of low-priority, because the only real advantage would be consistency with other Python projects. The Makefile won't magically make things faster or anything. Also, the work is non-trivial since our make.py includes customizations and other things that get run that will need to be ported to the "current way to do things" (probably Sphinx extensions).
#5743 reminded me:
We still use an ancient
make.pythat is based on what early versions ofsphinx-quickstartused to generate. We should probably modernize this to use a Makefile like current versions of sphinx create.This is sort of low-priority, because the only real advantage would be consistency with other Python projects. The Makefile won't magically make things faster or anything. Also, the work is non-trivial since our
make.pyincludes customizations and other things that get run that will need to be ported to the "current way to do things" (probably Sphinx extensions).