summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-10 08:15:15 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-10 08:42:44 +0200
commite7a07cfd1bf2159af755e03cdd33d3e9f702aac7 (patch)
tree57d392f960a06ba1e2f31285640eeadc8573fe2f
parentdev-python/nbsphinx: Bump to 0.7.0 (diff)
downloadgentoo-e7a07cfd1bf2159af755e03cdd33d3e9f702aac7.tar.gz
gentoo-e7a07cfd1bf2159af755e03cdd33d3e9f702aac7.tar.bz2
gentoo-e7a07cfd1bf2159af755e03cdd33d3e9f702aac7.zip
dev-python/nbconvert: Remove doc
Doc building tries to write outside sandbox, not worth fixing. Closes: https://bugs.gentoo.org/727720 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/nbconvert/nbconvert-5.6.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/nbconvert/nbconvert-5.6.1.ebuild b/dev-python/nbconvert/nbconvert-5.6.1.ebuild
index c2041fa935cc..05780038add0 100644
--- a/dev-python/nbconvert/nbconvert-5.6.1.ebuild
+++ b/dev-python/nbconvert/nbconvert-5.6.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
+IUSE="test"
RDEPEND="
dev-python/bleach[${PYTHON_USEDEP}]
@@ -40,8 +40,6 @@ BDEPEND="
)
"
-distutils_enable_sphinx docs \
- dev-python/{ipython,jupyter_client,nbsphinx,sphinx_rtd_theme}
distutils_enable_tests pytest
PATCHES=(