summaryrefslogtreecommitdiff
path: root/eclass/docs.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-01 21:06:00 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-01 21:06:00 +0000
commit129160ec854dca4c3fedb5bcfbcb56930371da0f (patch)
tree53bf797418ac5e9b99c41ca0382c87b82421e5de /eclass/docs.eclass
parent441d1370330332b7d78f238d2f5e13f7aed5e4e0 (diff)
gentoo new year resync : 01.01.2021
Diffstat (limited to 'eclass/docs.eclass')
-rw-r--r--eclass/docs.eclass8
1 files changed, 1 insertions, 7 deletions
diff --git a/eclass/docs.eclass b/eclass/docs.eclass
index a8b1549dda36..adacae4abda6 100644
--- a/eclass/docs.eclass
+++ b/eclass/docs.eclass
@@ -118,12 +118,11 @@ case ${DOCS_BUILDER} in
;;
esac
-# @FUNCTION: python_append_deps
+# @FUNCTION: python_append_dep
# @DESCRIPTION:
# Appends [\${PYTHON_USEDEP}] to all dependencies
# for python based DOCS_BUILDERs such as mkdocs or
# sphinx.
-
python_append_deps() {
debug-print-function ${FUNCNAME}
@@ -333,10 +332,5 @@ if [[ ${_DISTUTILS_R1} && ( ${DOCS_BUILDER}="mkdocs" || ${DOCS_BUILDER}="sphinx"
python_compile_all() { docs_compile; }
fi
-# @ECLASS-VARIABLE: _DOCS
-# @INTERNAL
-# @DESCRIPTION:
-# Please document
-
_DOCS=1
fi