you can build the docs locally
make docs
for everythingmake docs-fast
for everything minus the api section (this is significantly faster)make clean-docs
to clear the built documentation, useful for caching issues (somewhat common with sphinx, our docs engine), or after switching branches