dev-python/docutils: Sync with Gentoo

It's from Gentoo commit cb93eec2680397b1d23ce8a38288b1cea590721f.
This commit is contained in:
Flatcar Buildbot 2024-04-08 07:12:47 +00:00 committed by Krzesimir Nowak
parent 8b88fa2ff0
commit 68a74045f9

View File

@ -33,7 +33,7 @@ python_compile_all() {
cp docutils/writers/html4css1/html4css1.css . || die cp docutils/writers/html4css1/html4css1.css . || die
cd tools || die cd tools || die
"${EPYTHON}" buildhtml.py --input-encoding=utf-8 \ "${EPYTHON}" buildhtml.py --input-encoding=utf-8 --no-datestamp \
--stylesheet-path=../html4css1.css, --traceback ../docs || die --stylesheet-path=../html4css1.css, --traceback ../docs || die
} }