Speed up Sphinx builds by selectively removing toctrees from some pages
Improve your Sphinx build time by selectively removing TocTree objects from pages.This is useful if your documentation uses auto-generated API documentation, whichgenerates a lot of stub pages This extension can be used to remove the sidebar links for just the pages you specify, speed up the build considerably. Who is this for? This package is for maintainers that use Sphinx and have really large API documentation (or for some other reason, have a ton of nested pages).If you use a […]
Read more