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: Fri, 01 May 2020 15:39:14
Message-Id: 1588332867.fc06fbb6979e1cb303048b0770024af202897a4f.andrewammerlaan@gentoo
1 commit: fc06fbb6979e1cb303048b0770024af202897a4f
2 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
3 AuthorDate: Fri May 1 11:34:27 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri May 1 11:34:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc06fbb6
7
8 eclass: docs: Remove trailing whitespaces
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
12
13 eclass/docs.eclass | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/eclass/docs.eclass b/eclass/docs.eclass
17 index b05145b..773c006 100644
18 --- a/eclass/docs.eclass
19 +++ b/eclass/docs.eclass
20 @@ -21,7 +21,7 @@
21 # The aim of this eclass is to make it easy to add additional
22 # doc builders. To do this, add a <DOCBUILDER>-setup and
23 # <DOCBUILDER>-build function for your doc builder.
24 -# For python based doc builders you can use the
25 +# For python based doc builders you can use the
26 # python_append_deps function to append [${PYTHON_USEDEP}]
27 # automatically to additional dependencies.
28
29 @@ -201,7 +201,7 @@ sphinx_compile() {
30 die "${FUNCNAME}: sphinx.ext.autodoc not found in ${confpy}, set AUTODOC=0"
31 fi
32 fi
33 -
34 +
35 sed -i -e 's:^intersphinx_mapping:disabled_&:' \
36 "${DOCDIR}"/conf.py || die
37 # not all packages include the Makefile in pypi tarball