Closed nemesifier closed 3 months ago
This project relies on certain types being importable from sphinx. In the past, there were some breaking changes with sphinx that completely broke docstrfmt. We can bump it to allow 8.* and see if it passes CI.
It seem that docstrfmt is incompatible with sphinx 8.. So unfortunately, it can't be bumped to 8. until the incompability issues is resolved.
Trying to install sphinx 8.0.0:
I recommend relaxing the requirement and allow both 8.0.X and 7.*. This module shoulnd't be concerned with the particular sphinx version used, that depends on the project implementing this tool, we shouldn't force it on users. As long as sphinx and black are installed and within the compatible version range, it will be fine.
Do you agree @LilSpazJoekp?