summaryrefslogtreecommitdiff
path: root/bin/rst2html
blob: 24b45c0cf59a2185783b0e54498497c9ef237985 (plain)
1
2
3
4
5
6
7
#!/bin/sh 
 
thisdir="$(realpath "$(dirname "$0")")"
 
#exec rst2html.py --stylesheet-path=html4css1.css,"$thisdir/pygments-default.css" --embed-stylesheet "$@" 
 
exec rst2html5.py --stylesheet-path=minimal.css,plain.css,math.css,"$thisdir/pygments-default.css" --embed-stylesheet "$@"