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 b904e41 commit 4f8617cCopy full SHA for 4f8617c
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_sdk --html -o docs/api-docs
10
open docs/api-docs/slack_sdk/index.html
0 commit comments