From 624b0488addb5c3e1e2b4e700a40a9c7fb98637d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 28 Apr 2020 09:43:18 +0200 Subject: [PATCH] eclass/docs: documentation fixes Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- eclass/docs.eclass | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/eclass/docs.eclass b/eclass/docs.eclass index e5374477dc..f3d4eb2ce4 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"