mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user