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@yandex.ru>
This commit is contained in:
Sergey Torokhov
2020-04-09 20:09:52 +03:00
parent b1c52bcf32
commit f3c38cdaea

View File

@@ -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