commit:     f3c38cdaea21e9a1aefedd1c82152b17932d3b22
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Thu Apr  9 17:09:52 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  9 17:29:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3c38cda

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 <torokhov-s-a <AT> yandex.ru>

 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 f355a0b..a2a70c2 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
 

Reply via email to