jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[sphinx] Set autoclass_content to both

The class and __init__ docstrings are concatenated

Change-Id: I4ba35f1e1da4ba2b63f2334c184071afb99220a7
---
M docs/conf.py
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 075f718..b8bfc17 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -493,6 +493,7 @@
app.add_autodoc_attrgetter(type, pywikibot_family_classproperty_getattr)


+autoclass_content = 'both'
autodoc_default_options = {
'members': True,
'undoc-members': True,

To view, visit change 676785. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I4ba35f1e1da4ba2b63f2334c184071afb99220a7
Gerrit-Change-Number: 676785
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged