Includes updates to core through commit: [e532f63](https://github.com/PreTeXtBook/pretext/commit/e532f6357afb849df2b54d10aef504ac88e4b271)
2.10.0
Added
- Support for building stand-alone documents without adding the source to the manifest. - Support for upcoming html themes, including `pretext build --theme` to refresh theme without rebuilding entire project.
2.9.2
Fixed
- prefigure graphics were not not being recognized.
2.9.1
Changed
- prefigure dependency is now an optional install. To get it, install pretext with `pip install pretext[prefigure]`.
2.9.0
Added
- Support for generating prefigure graphics. - Always checks whether there is a new version of the CLI available.