Mercurial > pydertron
view build_docs @ 34:739c87de4667
added another gc test
| author | Atul Varma <avarma@mozilla.com> |
|---|---|
| date | Mon, 10 May 2010 20:57:23 -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.
