try to use sphinx pre built

This commit is contained in:
Arthur Wambst 2025-05-06 13:35:39 +02:00
parent bbdda9f98e
commit 232c6cd709

View File

@ -34,9 +34,9 @@
ipython ipython
# Add more default packages as needed # Add more default packages as needed
sphinx.override { sphinx.overridePythonAttrs (old: {
preferWheel = true; # Try to use pre-built wheels which may have better compatibility version = "7.2.6"; # Example - use a version compatible with Python 3.10
} })
]; ];
# Combine base packages with extra packages # Combine base packages with extra packages