jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1251222?usp=email )
Change subject: doc: Remove legacy class based usage for autodoc after Sphinx 9 works ...................................................................... doc: Remove legacy class based usage for autodoc after Sphinx 9 works Bug: T419940 Change-Id: I51f146411c8e51259cea0af008ba9b11ada492df --- M docs/conf.py 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/docs/conf.py b/docs/conf.py index 60a610c..ac33cd5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -469,7 +469,6 @@ show_authors = True todo_include_todos = True autodoc_typehints = 'description' -autodoc_use_legacy_class_based = True # T413563 # autosectionlabel_prefix_document = True suppress_warnings = [ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1251222?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I51f146411c8e51259cea0af008ba9b11ada492df Gerrit-Change-Number: 1251222 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
