Files
deb-python-dcos/bin/doc.sh
José Armando García Sancio 177974ec2f DCOS-226 Generate project documetation
2015-02-01 23:48:12 +00:00

10 lines
159 B
Bash
Executable File

#!/bin/bash -e
BASEDIR=`dirname $0`/..
cd $BASEDIR
source $BASEDIR/env/bin/activate
echo "Virtualenv activated."
sphinx-build -W -b html pydoc pydoc/_build