python3Packaegs.sphinx_rtd_theme: update docutils pin relaxation

This commit is contained in:
Martin Weinelt 2022-04-02 03:41:32 +02:00
parent 32b8c9e7b9
commit 280d3f06e9

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "docutils<0.17" "docutils"
--replace "docutils<0.18" "docutils"
'';
preBuild = ''