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

Use uv sync & uv run in docs build #5440

Closed browniebroke closed 1 month ago

browniebroke commented 1 month ago

Description

The offical RTD guide was written a few months ago and I realised after merging https://github.com/cookiecutter/cookiecutter-django/pull/5438 that we can in fact simplify a bit more.

Also upstreamed these changes to RTD: https://github.com/readthedocs/readthedocs.org/pull/11655

Checklist:

Rationale

Simpler build steps

browniebroke commented 1 month ago

I would expect the --no-dev and --frozen parameters here

Good point! Fixed

foarsitter commented 1 month ago

Forgot that we don't have dev dependencies xD

Will add some soon ;)