- Fixed TOC in mkdocs 1.1.0
- Added the ability to include the source notebooks as part of the build
Releasing
Upload to PyPI
- Update version on `__about__.py`
- Update `CHANGELOG.md`
shell
export VERSION=1.0.0
Build
just js-build
just build
just publish
git commit -am "Release ${VERSION}" --allow-empty
git tag ${VERSION}
git push origin ${VERSION}
git push