view build_docs @ 31:3897ed8a350d

Added NullFileSystem and test for it.
author Atul Varma <avarma@mozilla.com>
date Mon, 10 May 2010 01:54:59 -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.