We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17021ee commit eedbbb0Copy full SHA for eedbbb0
scripts/generate-docs.sh
@@ -7,7 +7,6 @@ rm -rf $OUTPUT_DIR
7
mkdir -p $OUTPUT_DIR
8
cd $ROOT_DIR/src/ts
9
npx typedoc --out $OUTPUT_DIR/ts
10
-python -m pip install pdoc
11
cd ../python
12
-python -m pdoc vectorize_client --output-dir $OUTPUT_DIR/python
+poetry run pdoc vectorize_client --output-dir $OUTPUT_DIR/python
13
0 commit comments