RST sources are in vpdocs/. Built HTML is generated locally and deployed to GCS — it is not committed to this repo.
python -m venv .venv
.venv/bin/pip install -r requirements.txtbash build-docs.sh # builds to docs/VPythonDocs/
bash serve.sh # serves on http://localhost:8070/docs/VPythonDocs/bash do_build.sh # builds and syncs to gs://glow-docs/VPythonDocs