summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-02-04 13:32:10 +0000
committerdakkar <dakkar@thenautilus.net>2018-02-04 13:32:13 +0000
commitceacfae1991f6425dc668726da0ea65d2f32e00a (patch)
treeddb5a9c66650bb7459ad461e6ab27b8a84b2a6ce /bin
parentmore robust estimate-running-emerge (diff)
downloadmisc-scripts-ceacfae1991f6425dc668726da0ea65d2f32e00a.tar.gz
misc-scripts-ceacfae1991f6425dc668726da0ea65d2f32e00a.tar.bz2
misc-scripts-ceacfae1991f6425dc668726da0ea65d2f32e00a.zip
fix for new docutils
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rst2html4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/rst2html b/bin/rst2html
index 4457ddf..252570e 100755
--- a/bin/rst2html
+++ b/bin/rst2html
@@ -2,4 +2,6 @@
thisdir="$(realpath "$(dirname "$0")")"
-exec rst2html.py --stylesheet-path=html4css1.css,"$thisdir/pygments-default.css" --embed-stylesheet "$@"
+#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 "$@"