Skip to content

Commit 908daf4

Browse files
committed
Update the API doc generation script to use the latest pdoc3
1 parent 6684df6 commit 908daf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_api_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
script_dir=`dirname $0`
55
cd ${script_dir}/..
66

7-
pip install pdoc3
7+
pip install -U pdoc3
88
rm -rf docs/api-docs
99
pdoc slack_bolt --html -o docs/api-docs
1010
open docs/api-docs/slack_bolt/index.html

0 commit comments

Comments
 (0)