python3Packaegs.sphinx_rtd_theme: update docutils pin relaxation
This commit is contained in:
parent
32b8c9e7b9
commit
280d3f06e9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "docutils<0.17" "docutils"
|
||||
--replace "docutils<0.18" "docutils"
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
|
|
Loading…
Reference in a new issue