Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/
Date: Tue, 28 Apr 2020 07:44:30
Message-Id: 1588059798.624b0488addb5c3e1e2b4e700a40a9c7fb98637d.andrewammerlaan@gentoo
1 commit: 624b0488addb5c3e1e2b4e700a40a9c7fb98637d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Apr 28 07:43:18 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Apr 28 07:43:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=624b0488
7
8 eclass/docs: documentation fixes
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 eclass/docs.eclass | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/eclass/docs.eclass b/eclass/docs.eclass
17 index e537447..f3d4eb2 100644
18 --- a/eclass/docs.eclass
19 +++ b/eclass/docs.eclass
20 @@ -23,10 +23,7 @@
21 # <DOCBUILDER>-build function for your doc builder.
22 # For python based doc builders you can use the
23 # python_append_deps function to append [${PYTHON_USEDEP}]
24 -# automatically to additional dependencies
25 -#
26 -# For more information, please see the Python Guide:
27 -# https://dev.gentoo.org/~mgorny/python-guide/
28 +# automatically to additional dependencies.
29
30 case "${EAPI:-0}" in
31 0|1|2|3|4)
32 @@ -48,7 +45,7 @@ esac
33
34 # @ECLASS-VARIABLE: DOCDIR
35 # @DESCRIPTION:
36 -# Sets the location of the doc builder config file.
37 +# Path containing the doc builder config file(s).
38 #
39 # For sphinx this is the location of "conf.py"
40 # For mkdocs this is the location of "mkdocs.yml"