Minor fixes related to documentation generation and readthedocs integration.
Also, update django-mailer
to be compatible with Django 4.2
If you have django-mailer
enabled in your config (USE_MAIL_QUEUE=True
setting), updating to v2.8 most likely failed while doing the manage.py migrate
phase.
This release fixes this issue.
Full Changelog: v2.8...v2.8.1