docs: document how to auto-trigger /add_docs via pr_commands

This commit is contained in:
jaexxin
2025-05-19 17:39:55 +09:00
parent 31620a82c0
commit e692dee66a

View File

@ -43,8 +43,6 @@ pr_commands = [
!!! note
This behavior is **opt-in**; by default `/add_docs` only runs on manual invocation.
## Configuration options
- `docs_style`: The exact style of the documentation (for python docstring). you can choose between: `google`, `numpy`, `sphinx`, `restructuredtext`, `plain`. Default is `sphinx`.