django-crispy-forms / crispy-tailwind

A Tailwind template pack for django-crispy-forms
MIT License
329 stars 56 forks source link

#144: Tailwind CLI template discovery #145

Closed GitRon closed 6 months ago

GitRon commented 6 months ago

Added docs about required step while installing this package.

GitRon commented 6 months ago

Thx @carltongibson! Do you know why the pipeline fails? The build via makefile works locally for me... The error looks obscure to me.

carltongibson commented 6 months ago

This looks likely:

ERROR: sphinx 7.1.2 has requirement docutils<0.21,>=0.18.1, but you'll have docutils 0.16 which is incompatible.

c.f. https://github.com/sphinx-doc/sphinx/issues/10596 for the >=0.18.1

GitRon commented 6 months ago

Oh, damn, didn't look properly. Not a Sphinx expert but I'll have a look. 👍