We use Sphinx to auto-generate the API reference.
NOTE: Run all scripts from the project root.
For development, start a local server with auto-refresh:
./scripts/watch_docs.shTo build the docs:
./scripts/build_docs.shOne time setup (skip to Deploy)
Install firebase cli:
npm install -g firebase-toolspoetry run python -m scripts.deploy_websiteAppend the --staging flag to deploy to the staging site instead of production.