django-celery-beat
django-celery-beat copied to clipboard
added sphinxcontrib-django to extensions
Closes #735. To test this, first install the new dependency with pip install requirements/docs.txt and then build the docs normally.
The only problem that I see is that this dependency does not yet support Django v5 and we want to put out a release that does support Dj5. Could you please check to see if that will present problems?
Setting the minimum version of Django to 5.0 did not cause any problems installing or running this for me, and since it's only a docs dependency I assume it shouldn't affect users directly.
Thank you for this patch @mfosterw, while the former patch to this, does look informative enough, the latter shows great ease of use for developers.
That said we can only push for https://github.com/sphinx-doc/sphinxcontrib-django/pull/66 to get merged.
Once again thank you @cclauss, @mfosterw.
Good job!