summaryrefslogtreecommitdiff
path: root/bin/rst2html
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rst2html')
-rwxr-xr-xbin/rst2html3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/rst2html b/bin/rst2html
new file mode 100755
index 0000000..511ac6d
--- /dev/null
+++ b/bin/rst2html
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec rst2html.py --stylesheet-path /usr/share/doc/docutils-*/html/html4css1.css --embed-stylesheet "$@"