Skip to content

Commit eedbbb0

Browse files
committed
fix doc gen
1 parent 17021ee commit eedbbb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/generate-docs.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ rm -rf $OUTPUT_DIR
77
mkdir -p $OUTPUT_DIR
88
cd $ROOT_DIR/src/ts
99
npx typedoc --out $OUTPUT_DIR/ts
10-
python -m pip install pdoc
1110
cd ../python
12-
python -m pdoc vectorize_client --output-dir $OUTPUT_DIR/python
11+
poetry run pdoc vectorize_client --output-dir $OUTPUT_DIR/python
1312

0 commit comments

Comments
 (0)