ESFEX v0.1.10
Patch release fixing the in-app documentation that was still empty in v0.1.9.
Fix
- Documentation now renders in the installed package. v0.1.9 copied
docs into the package via setup.py, but only when building the wheel
directly from source. CI builds the wheel from the sdist, which did
not contain docs/, so the published wheel had none. A MANIFEST.in now
grafts docs/ into the sdist, so the wheel-from-sdist build ships them.
Verified end-to-end: a fresh install resolves the docs and the Studio
viewer is populated.
`pip install -U esfex`. The Windows installer (attached once built) pulls
this version too.