How to Compile Sphinx Docs for Dummies

Windows

From project root:

cd .\doc
.\make.bat html
explorer.exe .\build\html\index.html

Linux

From project root:

cd ./doc
make
xdg-open ./build/html/index.html