Summary
Documentation at sdk.iscc.codes is currently deployed manually via mkdocs gh-deploy. It should be automated as part of the release workflow.
Proposal
Add a docs deployment step to .github/workflows/release.yml (or a separate workflow) that runs mkdocs gh-deploy after successful PyPI publish, so docs stay in sync with releases.