Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/806438 )

Change subject: [sphinx] Ignore special-members by default
......................................................................

[sphinx] Ignore special-members by default

Change-Id: Ia8f384d126ede38b3322a8f3a71ffa2ead23bb81
---
M docs/conf.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Verified; Looks good to me, approved



diff --git a/docs/conf.py b/docs/conf.py
index d8298d9..5d80ec2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -471,6 +471,6 @@
 autodoc_default_options = {
     'members': True,
     'undoc-members': True,
-    'special-members': True,
+    'special-members': False,
     'show-inheritance': True,
 }

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/806438
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ia8f384d126ede38b3322a8f3a71ffa2ead23bb81
Gerrit-Change-Number: 806438
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to