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 3C0B9138350 for ; Tue, 28 Apr 2020 07:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C2FE0943; Tue, 28 Apr 2020 07:44:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6CCBCE0943 for ; Tue, 28 Apr 2020 07:44:11 +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 52E2A34EF4D for ; Tue, 28 Apr 2020 07:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F259118F for ; Tue, 28 Apr 2020 07:44:08 +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: <1588059798.624b0488addb5c3e1e2b4e700a40a9c7fb98637d.andrewammerlaan@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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 624b0488addb5c3e1e2b4e700a40a9c7fb98637d X-VCS-Branch: dev Date: Tue, 28 Apr 2020 07:44:08 +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: d6d7292c-16d3-49a2-8bb2-da0039c5e3af X-Archives-Hash: 6e3a7b1a6793b0856c4902bbafb90640 Message-ID: <20200428074408.osGQVsurcmsICZs5mS9xdWSO8HvCTN3qVSlRJMe81z4@z> commit: 624b0488addb5c3e1e2b4e700a40a9c7fb98637d Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 28 07:43:18 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 28 07:43:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=624b0488 eclass/docs: documentation fixes Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> eclass/docs.eclass | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/eclass/docs.eclass b/eclass/docs.eclass index e537447..f3d4eb2 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -23,10 +23,7 @@ # -build function for your doc builder. # For python based doc builders you can use the # python_append_deps function to append [${PYTHON_USEDEP}] -# automatically to additional dependencies -# -# For more information, please see the Python Guide: -# https://dev.gentoo.org/~mgorny/python-guide/ +# automatically to additional dependencies. case "${EAPI:-0}" in 0|1|2|3|4) @@ -48,7 +45,7 @@ esac # @ECLASS-VARIABLE: DOCDIR # @DESCRIPTION: -# Sets the location of the doc builder config file. +# Path containing the doc builder config file(s). # # For sphinx this is the location of "conf.py" # For mkdocs this is the location of "mkdocs.yml"