commit: ff3ddb32cf75fe71366198bc9c2a6abb5f770eb2
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 20:44:44 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 20:56:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3ddb32
eclass/docs: fixup documentation
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
eclass/docs.eclass | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/eclass/docs.eclass b/eclass/docs.eclass
index adacae4abda..a8b1549dda3 100644
--- a/eclass/docs.eclass
+++ b/eclass/docs.eclass
@@ -118,11 +118,12 @@ case ${DOCS_BUILDER} in
;;
esac
-# @FUNCTION: python_append_dep
+# @FUNCTION: python_append_deps
# @DESCRIPTION:
# Appends [\${PYTHON_USEDEP}] to all dependencies
# for python based DOCS_BUILDERs such as mkdocs or
# sphinx.
+
python_append_deps() {
debug-print-function ${FUNCNAME}
@@ -332,5 +333,10 @@ 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