python3Packaegs.sphinx_rtd_theme: update docutils pin relaxation
This commit is contained in:
parent
32b8c9e7b9
commit
280d3f06e9
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "docutils<0.17" "docutils"
|
--replace "docutils<0.18" "docutils"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user