Skip to content

Commit 3c8122b

Browse files
Update generate_api_docs.sh
1 parent 175603b commit 3c8122b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

scripts/generate_api_docs.sh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ cd ${script_dir}/..
66

77
pip install -U -r requirements/documentation.txt
88
pip install -U -r requirements/optional.txt
9-
rm -rf docs/static/api-docs
10-
pdoc slack_sdk --html -o docs/static/api-docs
11-
open docs/static/api-docs/slack_sdk/index.html
9+
10+
rm -rf docs/reference
11+
12+
pdoc slack_sdk --html -o docs/reference
13+
cp -R docs/reference/slack_sdk/* docs/reference/
14+
rm -rf docs/reference/slack_sdk
15+
16+
open docs/reference/index.html

0 commit comments

Comments
 (0)