From 01f5bafea65ca07d67caa4566f8a274b1ec4f900 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Mon, 6 Sep 2021 08:48:41 +0100 Subject: bump rst2html --- bin/rst2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rst2html b/bin/rst2html index 252570e..24b45c0 100755 --- a/bin/rst2html +++ b/bin/rst2html @@ -4,4 +4,4 @@ thisdir="$(realpath "$(dirname "$0")")" #exec rst2html.py --stylesheet-path=html4css1.css,"$thisdir/pygments-default.css" --embed-stylesheet "$@" -exec rst2html5.py --stylesheet-path=plain.css,math.css,"$thisdir/pygments-default.css" --embed-stylesheet "$@" +exec rst2html5.py --stylesheet-path=minimal.css,plain.css,math.css,"$thisdir/pygments-default.css" --embed-stylesheet "$@" -- cgit v1.2.3