summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-01 10:24:59 +0000
committerSam James <sam@gentoo.org>2020-12-01 10:25:09 +0000
commit4bc7d5d0cc20237ea4b5a49f3db4ad9258e20c3e (patch)
tree8d8d75630db9ecc5404c17cb731af263c066e81d /app-doc/mathjax-docs
parentapp-doc/mathjax-docs: ~x64-macos keyworded (diff)
downloadgentoo-4bc7d5d0cc20237ea4b5a49f3db4ad9258e20c3e.tar.gz
gentoo-4bc7d5d0cc20237ea4b5a49f3db4ad9258e20c3e.tar.bz2
gentoo-4bc7d5d0cc20237ea4b5a49f3db4ad9258e20c3e.zip
app-doc/mathjax-docs: add dev-python/sphinx_rtd_theme dep
"Theme error: sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please install it manually.(pip install sphinx_rtd_theme)" Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc/mathjax-docs')
-rw-r--r--app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index 783ab0bca1eb..6706659e7acf 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -10,14 +10,16 @@ COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388"
DESCRIPTION="MathJax documentation"
HOMEPAGE="https://www.mathjax.org/"
SRC_URI="https://github.com/mathjax/MathJax-docs/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/MathJax-docs-${COMMIT}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-DEPEND="dev-python/sphinx"
-
-S=${WORKDIR}/MathJax-docs-${COMMIT}
+BDEPEND="
+ dev-python/sphinx
+ dev-python/sphinx_rtd_theme
+"
src_prepare() {
default