summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-03-27 18:38:18 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-03-27 18:38:54 +0200
commitc8f06ea53d6fea360fc156620610b943b86a7ece (patch)
tree15bed3d4a3819df11d323f3c282c1b2f9926cbc5 /dev-python/qdarkstyle
parentnet-mail/rss2email: x86 stable wrt bug #715048 (diff)
downloadgentoo-c8f06ea53d6fea360fc156620610b943b86a7ece.tar.gz
gentoo-c8f06ea53d6fea360fc156620610b943b86a7ece.tar.bz2
gentoo-c8f06ea53d6fea360fc156620610b943b86a7ece.zip
dev-python/qdarkstyle: fix doc building
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/qdarkstyle')
-rw-r--r--dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index a84793dfaed5..9e29ded805c9 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
DEPEND="test? ( dev-python/qtsass[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
-distutils_enable_sphinx doc dev-python/sphinx_rtd_theme dev-python/m2r
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/m2r
S="${WORKDIR}/${MY_PN}-${PV}"