1
0
Fork 0
treelib/docs/publish.sh
Daniel Baumann d5b8e0af0d
Adding upstream version 1.6.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 14:32:06 +01:00

12 lines
188 B
Bash
Executable file

#!/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