Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoltin committed Nov 17, 2021
1 parent 5d5e12e commit 2ece457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ SCRIPTPATH=$(dirname "$SCRIPT")
OUT_DIR=$(readlink -m ${1:-./html})
cd $SCRIPTPATH/..
rm -r $OUT_DIR/* # keep .git folder in CI
pdoc3 --html -c show_type_annotations=True delta --force -o $OUT_DIR
pdoc3 --html --skip-errors -c show_type_annotations=True delta --force -o $OUT_DIR
cp -r docs/ $OUT_DIR/docs
mv $OUT_DIR/delta/* $OUT_DIR/ && rmdir --ignore-fail-on-non-empty $OUT_DIR/delta

0 comments on commit 2ece457

Please sign in to comment.