You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: add minimal sphinx tag that turns off very slow features
The incremental doc build has become too slow again, unusable for
interactive use and "drive-by" doc fixes. Add a new `minimal` sphinx tag
that groups and optionally disables all features unusable for
interactive use.
On a 6 years old server with 72 cores and 300G of RAM, this new
`minimal` tag reduces `html-fast` build times like this:
- Build from scratch:
From 4.5 minutes down to 1 minute
- Incremental build, one-character .rst change:
From 16 seconds down to 9 seconds.
Signed-off-by: Marc Herbert <[email protected]>
(cherry picked from commit 2f675be6383b4925f4cf74ca86a3c0d8663482f8)
0 commit comments