trying stuff
This commit is contained in:
parent
16daafe56c
commit
feb52fcc07
@ -26,8 +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 = "1.1.2"; # Use a version known to work with Python 3.10
|
version = "latest"; # Use a version known to work with Python 3.10
|
||||||
doCheck = true; # Skip tests to avoid compatibility issues
|
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
super.sphinx;
|
super.sphinx;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user