trying stuff

This commit is contained in:
Arthur Wambst 2025-05-06 14:06:42 +02:00
parent 4016c1b45c
commit 16daafe56c

View File

@ -26,7 +26,7 @@
# Fix Sphinx for Python 3.10 # Fix Sphinx for Python 3.10
sphinx = if pythonVersion == "python310" then sphinx = if pythonVersion == "python310" then
super.sphinx.overridePythonAttrs (old: { super.sphinx.overridePythonAttrs (old: {
version = "6.2.1"; # Use a version known to work with Python 3.10 version = "1.1.2"; # Use a version known to work with Python 3.10
doCheck = true; # Skip tests to avoid compatibility issues doCheck = true; # Skip tests to avoid compatibility issues
}) })
else else