File: doc.sh

package info (click to toggle)
python-dcos 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,188 kB
  • sloc: python: 8,196; sh: 194; makefile: 28
file content (9 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/bash -e

BASEDIR=`dirname $0`/..

cd $BASEDIR
source $BASEDIR/env/bin/activate
echo "Virtualenv activated."

sphinx-build -W -b html pydoc pydoc/_build