Going through the Djangonaut Space, we realized that we don't have instructions on how to generate and view the documentation locally. As best as I can tell, it's navigating to the docs/ folder and running make html && open _build/html/index.html:
cd docs/
make html
open _build/html/index.html
I wonder if it's the same on Windows?