From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26282138350 for ; Fri, 1 May 2020 15:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68068E0995; Fri, 1 May 2020 15:39:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C574E0995 for ; Fri, 1 May 2020 15:39:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68D0134EDE1 for ; Fri, 1 May 2020 15:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 095051FB for ; Fri, 1 May 2020 15:39:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588332867.fc06fbb6979e1cb303048b0770024af202897a4f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/docs.eclass X-VCS-Directories: eclass/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fc06fbb6979e1cb303048b0770024af202897a4f X-VCS-Branch: master Date: Fri, 1 May 2020 15:39:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0bd29a7-3c28-46c0-b7ad-c238ffb02291 X-Archives-Hash: 05d6553fcf5f814d3091b450daaaeb78 commit: fc06fbb6979e1cb303048b0770024af202897a4f Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Fri May 1 11:34:27 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 1 11:34:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc06fbb6 eclass: docs: Remove trailing whitespaces Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach kmk-computers.de> eclass/docs.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/docs.eclass b/eclass/docs.eclass index b05145b..773c006 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -21,7 +21,7 @@ # The aim of this eclass is to make it easy to add additional # doc builders. To do this, add a -setup and # -build function for your doc builder. -# For python based doc builders you can use the +# For python based doc builders you can use the # python_append_deps function to append [${PYTHON_USEDEP}] # automatically to additional dependencies. @@ -201,7 +201,7 @@ sphinx_compile() { die "${FUNCNAME}: sphinx.ext.autodoc not found in ${confpy}, set AUTODOC=0" fi fi - + sed -i -e 's:^intersphinx_mapping:disabled_&:' \ "${DOCDIR}"/conf.py || die # not all packages include the Makefile in pypi tarball