We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6684df6 commit 908daf4Copy full SHA for 908daf4
scripts/generate_api_docs.sh
@@ -4,7 +4,7 @@
4
script_dir=`dirname $0`
5
cd ${script_dir}/..
6
7
-pip install pdoc3
+pip install -U pdoc3
8
rm -rf docs/api-docs
9
pdoc slack_bolt --html -o docs/api-docs
10
open docs/api-docs/slack_bolt/index.html
0 commit comments