summaryrefslogtreecommitdiffstats
path: root/docs/publish.sh
blob: 4839ba71443057e18a2e6ebc9cc315764b1d99e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

SOURCE=source
PYLIB=../treelib
TARGET=html
BUILT=build

rm -rf $BUILD
sphinx-apidoc -o $SOURCE $PYLIB
make $TARGET
touch $BUILT/$TARGET/.nojekyll
ghp-import -p $BUILT/$TARGET