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 25FE3138350 for ; Fri, 1 May 2020 11:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2921E0C15; Fri, 1 May 2020 11:45:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B92EAE0C15 for ; Fri, 1 May 2020 11:45:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 12E5734F031 for ; Fri, 1 May 2020 11:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 050861F9 for ; Fri, 1 May 2020 11:45:49 +0000 (UTC) From: "Kurt Kanzenbach" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kurt Kanzenbach" Message-ID: <1588332867.fc06fbb6979e1cb303048b0770024af202897a4f.KurtKanzenbach@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/docs.eclass X-VCS-Directories: eclass/ X-VCS-Committer: KurtKanzenbach X-VCS-Committer-Name: Kurt Kanzenbach X-VCS-Revision: fc06fbb6979e1cb303048b0770024af202897a4f X-VCS-Branch: dev Date: Fri, 1 May 2020 11:45:49 +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: 08c16031-b7aa-4336-87de-16fc6fd612b8 X-Archives-Hash: 2ab660424f73bc0e13524d1c5953f7e7 commit: fc06fbb6979e1cb303048b0770024af202897a4f Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Fri May 1 11:34:27 2020 +0000 Commit: Kurt Kanzenbach kmk-computers de> 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