From f3c38cdaea21e9a1aefedd1c82152b17932d3b22 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Thu, 9 Apr 2020 20:09:52 +0300 Subject: [PATCH] dev-python/sphinxcontrib-katex: set DOC=() to prevent installation of README Set DOC=() to prevent installation of README* as it's presented as sections of html documentation that is installed with USE="doc" Signed-off-by: Sergey Torokhov --- dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild index f355a0ba66..a2a70c25f2 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.0.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]" -DOCS=( "CONTRIBUTING.rst" "README.rst" ) +DOCS=() distutils_enable_sphinx docs