Removed features
* Remove pure-python exporter (543). The pure Python exporter was a legacy feature to export a PySB model for use without PySB itself. We recommend using a virtual environment or container as a better alternative (e.g. Ananconda, Docker). Users requiring this feature who cannot use alternatives could copy/paste the exporter code and use it standalone, or use PySB v1.12 for the export process.
Improvements
* Docs: make readthedocs fail on warning (545)
* Improve documentation on MatchOnce keyword (538)
Bug fixes
* Docs: Fix sphinx mocks, include JSON export (544)
* Fix altered matplotlib API call (541)
* Fix Anaconda download link in docs (542)