jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/413723 )
Change subject: [IMPR][doc] Collapse tests on doc main page
......................................................................
[IMPR][doc] Collapse tests on doc main page
Documentation main page should be as brief as possible, but
all tests are currently shown in "for framework developers" section
making the section too long (in opposite to other sections here)
Change-Id: I1317e2ee4ee38e422a9057af169c294081076b6b
---
M docs/index.rst
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/docs/index.rst b/docs/index.rst
index 55fff71..67a28c5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -50,7 +50,7 @@
=========================
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
api_ref/tests/index
scripts.maintenance
--
To view, visit https://gerrit.wikimedia.org/r/413723
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I1317e2ee4ee38e422a9057af169c294081076b6b
Gerrit-Change-Number: 413723
Gerrit-PatchSet: 1
Gerrit-Owner: Dvorapa <dvorapa(a)seznam.cz>
Gerrit-Reviewer: Dalba <dalba.wiki(a)gmail.com>
Gerrit-Reviewer: Framawiki <framawiki(a)tools.wmflabs.org>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444(a)gmail.com>
Gerrit-Reviewer: jenkins-bot <>
jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/412862 )
Change subject: noreference.py should again add section before {{Przypisy}} on plwiki
......................................................................
noreference.py should again add section before {{Przypisy}} on plwiki
'pl' lang is removed from noTitleRequired list
Bug: T187748
Change-Id: I599bed20b9d5d390faa2028780914bece51ef858
---
M scripts/noreferences.py
1 file changed, 1 insertion(+), 4 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/scripts/noreferences.py b/scripts/noreferences.py
index 06d21e4..d782b4d 100755
--- a/scripts/noreferences.py
+++ b/scripts/noreferences.py
@@ -455,10 +455,7 @@
# Sites where no title is required for references template
# as it is already included there
-# like pl.wiki where {{Przypisy}} generates
-# == Przypisy ==
-# <references />
-noTitleRequired = [u'pl', u'be', u'szl']
+noTitleRequired = ['be', 'szl']
maintenance_category = 'cite_error_refs_without_references_category'
--
To view, visit https://gerrit.wikimedia.org/r/412862
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I599bed20b9d5d390faa2028780914bece51ef858
Gerrit-Change-Number: 412862
Gerrit-PatchSet: 3
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploader(a)gmail.com>
Gerrit-Reviewer: Dalba <dalba.wiki(a)gmail.com>
Gerrit-Reviewer: Dvorapa <dvorapa(a)seznam.cz>
Gerrit-Reviewer: Framawiki <framawiki(a)tools.wmflabs.org>
Gerrit-Reviewer: Gerrit Patch Uploader <gerritpatchuploader(a)gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444(a)gmail.com>
Gerrit-Reviewer: jenkins-bot <>
jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/409713 )
Change subject: conf.py: Change the current working directory to docs directory
......................................................................
conf.py: Change the current working directory to docs directory
Bug: T185082
Change-Id: I47cbce274a86de0b21ff8445b29ece6e67966956
---
M docs/conf.py
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/docs/conf.py b/docs/conf.py
index 41be174..d2cfb00 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,8 +24,10 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
-repo_dir = abspath(join(dirname(__file__), '..'))
+docs_dir = dirname(__file__)
+repo_dir = abspath(join(docs_dir, '..'))
sys.path.insert(0, repo_dir)
+os.chdir(repo_dir)
# -- General configuration -----------------------------------------------------
--
To view, visit https://gerrit.wikimedia.org/r/409713
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I47cbce274a86de0b21ff8445b29ece6e67966956
Gerrit-Change-Number: 409713
Gerrit-PatchSet: 1
Gerrit-Owner: Dalba <dalba.wiki(a)gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444(a)gmail.com>
Gerrit-Reviewer: jenkins-bot <>