aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-02-24 21:58:42 +0400
committerGravatar GitHub <[email protected]>2022-02-24 21:58:42 +0400
commit554919b6314814320f35431a6cfb32ca81b09079 (patch)
treea330a6f7b8a4081be138c8f5acc3be3ca8ced99a /.github
parentMerge pull request #23 from python-discord/bump-deps (diff)
parentUpdate 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.yaml2
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