summaryrefslogtreecommitdiff
path: root/bin/rst2html
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rst2html')
-rwxr-xr-xbin/rst2html2
1 files changed, 1 insertions, 1 deletions
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 "$@"