This section describes how to build the docs: https://devguide.python.org/documenting/#building-the-documentation It currently mentions that we need to have sphinx installed. However, I noticed that `blurb` is now needed for building the docs. `make html` will fail if we don't have `blurb` installed. The documentation should be updated with the instruction to install `blurb` too.