Adding upstream version 1.6.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a5555eb4a1
commit
d5b8e0af0d
42 changed files with 3857 additions and 0 deletions
12
docs/publish.sh
Executable file
12
docs/publish.sh
Executable file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue