We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4311dcd commit dd7b67dCopy full SHA for dd7b67d
docs/conf.py
@@ -69,8 +69,8 @@
69
# https://github.com/sphinx-contrib/napoleon/pull/10 is merged.
70
napoleon_use_param = False
71
napoleon_custom_sections = [
72
- ('Inputs', 'Parameters'),
73
- ('Outputs', 'Parameters'),
+ ('Inputs', 'params_style'),
+ ('Outputs', 'returns_style'),
74
]
75
76
# The suffix(es) of source filenames.
0 commit comments