cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12.17k stars 2.91k forks source link

Add sphinx-autobuild to the template project and tidy up make files #5424

Closed browniebroke closed 1 month ago

browniebroke commented 1 month ago

Description

We're already using sphinx-autobuild on the generated project, also adding it to this repo. Simplify the Makefiles by removing less useful targets.

Checklist:

Rationale

Make it easier to update the docs