diff options
author | 2022-02-24 17:44:07 +0000 | |
---|---|---|
committer | 2022-02-24 21:57:12 +0400 | |
commit | 222025fdaab4cc66427590dc053730a09a5af24e (patch) | |
tree | a330a6f7b8a4081be138c8f5acc3be3ca8ced99a /.github | |
parent | Include utils package in doc cleanup funciton (diff) |
Update GHA Docs Build To Match Pyproject
Updates the command in GH actions to match the command in pyproject to
generate the correct output.
Kaizens a small fix in clean up.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8018d63c..a01ea58f 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -31,7 +31,7 @@ jobs: - run: pip install six - name: Generate AutoDoc References - run: sphinx-apidoc -o docs/output botcore -fe + run: sphinx-apidoc -o docs/output botcore -feM - name: Generate HTML Site run: sphinx-build -nW -j auto -b html docs docs/build |