As I suggested earlier, there are ways to make this more consistent, and faster.
The current slowdown is in meson's computing doc dependencies - something that needs to be looked at
by people who understand Sage's legacy non-standard use of sphinx (at least they should step forward and document
all these inventories, how these are built, what depends on what, etc). This should also allow to work on making quick doc updates,
on per document basis.
1) one can disable doc building (simply by commenting out the last line in src/meson.build - although it should be possible to properly
wrap this into options - meson as well as ./configure's), then the delay
(I only understand the default, editable, install) Should we/can we do anything for the editable case?
In particular, 1-2) should be enough to alleviate the fears about a sudden slow strartup
Dima