summaryrefslogtreecommitdiff
path: root/bin/rst2html
blob: 252570ecefb134be174b289c1c03c6328fde25ad (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=plain.css,math.css,"$thisdir/pygments-default.css" --embed-stylesheet "$@"