trying stuff

This commit is contained in:
Arthur Wambst 2025-05-06 14:12:39 +02:00
parent 16daafe56c
commit feb52fcc07

View File

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