Mercurial > pydertron
view build_docs @ 32:e3fcfa2bf3bc
Added sandbox.finish() to end of test.
| author | Atul Varma <avarma@mozilla.com> |
|---|---|
| date | Mon, 10 May 2010 01:55:47 -0700 |
| parents | 915fdf283ac5 |
| children |
line wrap: on
line source
#! /bin/bash export DOCS=docs.html rst2html.py docs.txt $DOCS -s --link-stylesheet --stylesheet-path=docs.css echo Documentation written to $DOCS.
