mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user