Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1068731?usp=email )
Change subject: [sphinx] remove source_suffix specification
......................................................................
[sphinx] remove source_suffix specification
source_suffix was changed from list to dict in 1.8 but
source_suffix = {'.rst': 'restructuredtext'}
is default already, so remove it to suppress warnings about that.
Change-Id: I05081784e565286be08d444640bee133a3ff1617
---
M docs/conf.py
1 file changed, 2 insertions(+), 3 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/docs/conf.py b/docs/conf.py
index c49dfe1..6d05366 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -72,10 +72,9 @@
templates_path = ['_templates']
# The suffix(es) of source filenames.
-# You can specify multiple suffix as a list of string:
+# You can specify multiple suffix as a dict:
#
-# source_suffix = ['.rst', '.md']
-source_suffix = '.rst'
+# source_suffix = {'.rst': 'restructuredtext'}
# The encoding of source files.
#
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1068731?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: I05081784e565286be08d444640bee133a3ff1617
Gerrit-Change-Number: 1068731
Gerrit-PatchSet: 1
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]