diff --git a/docs/build_html.py b/docs/build_html.py index 191c953..910a7d9 100755 --- a/docs/build_html.py +++ b/docs/build_html.py @@ -42,7 +42,7 @@ def main(): base,ext = os.path.splitext(name) if ext == '.txt': print 'Processing',name - os.system('rst2html.py --stylesheet-path=default.css' + os.system('rst2html --stylesheet-path=default.css' ' --embed-stylesheet %s > %s'%(name,base+'.html'))