diff options
| author | 2022-02-24 21:58:42 +0400 | |
|---|---|---|
| committer | 2022-02-24 21:58:42 +0400 | |
| commit | 554919b6314814320f35431a6cfb32ca81b09079 (patch) | |
| tree | a330a6f7b8a4081be138c8f5acc3be3ca8ced99a /.github | |
| parent | Merge pull request #23 from python-discord/bump-deps (diff) | |
| parent | Update GHA Docs Build To Match Pyproject (diff) | |
Merge pull request #29 from python-discord/port-utilities
Port utilities
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 |