mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Rename docstring Kwargs to Keyword Args
This commit is contained in:
parent
9b907eae57
commit
252124d703
58 changed files with 203 additions and 213 deletions
|
|
@ -211,7 +211,7 @@ if not _no_autodoc:
|
|||
if _no_autodoc:
|
||||
exclude_patterns = ["api/*"]
|
||||
else:
|
||||
exclude_patterns = ["api/*migrations.rst"]
|
||||
exclude_patterns = ["api/*migrations.rst", "api/*tests.rst"]
|
||||
|
||||
autodoc_default_options = {
|
||||
"members": True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue