try to use sphinx pre built

This commit is contained in:
Arthur Wambst 2025-05-06 13:44:21 +02:00
parent 1dbdc958b9
commit 227a920266

View File

@ -25,7 +25,7 @@
let let
fixSphinx = ps: fixSphinx = ps:
if ps ? sphinx if ps ? sphinx
then ps.sphinx.override { preferWheel = true; } then ps.sphinx.overridePythonAttrs (old: { version = "7.2.6"; })
else ps.sphinx; else ps.sphinx;
in in
pythonPackages; pythonPackages;