view build_docs @ 26:c4181cc0771d

Fixed a bug whereby pydermonkey.Object instances couldn't be passed from python-space into JS-space. I think.
author Atul Varma <varmaa@toolness.com>
date Sun, 21 Mar 2010 22:11:51 -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.