dev-python/hunter: disable docs

Docs depend on dev-python/sphinx-py3doc-enhanced-theme
Which was treecleaned from ::gentoo

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-25 08:39:52 -04:00
parent d905a5d6cf
commit 2f50324f13

View File

@@ -7,11 +7,13 @@ DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{11..12} ) PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
DOCS_BUILDER="sphinx" # Docs depend on dev-python/sphinx-py3doc-enhanced-theme
DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme" # Which was treecleaned from ::gentoo
DOCS_DIR="docs" # DOCS_BUILDER="sphinx"
# DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
# DOCS_DIR="docs"
inherit distutils-r1 docs inherit distutils-r1 # docs
DESCRIPTION="Hunter is a flexible code tracing toolkit" DESCRIPTION="Hunter is a flexible code tracing toolkit"
HOMEPAGE=" HOMEPAGE="
@@ -37,7 +39,7 @@ BDEPEND="
) )
" "
DOCS=( AUTHORS.rst CHANGELOG.rst README.rst ) # DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )
PATCHES=( PATCHES=(
# Upstream uses a custom file to define backend as setuptools # Upstream uses a custom file to define backend as setuptools