# Template file for 'python3-sphinx_rtd_theme'
pkgname=python3-sphinx_rtd_theme
version=3.0.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Sphinx python3-sphinxcontrib-jquery python3-docutils"
checkdepends="$depends python3-pytest"
short_desc="ReadTheDocs.org theme for Sphinx (Python 3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://sphinx-rtd-theme.readthedocs.io/en/stable/"
changelog="https://github.com/readthedocs/sphinx_rtd_theme/raw/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/s/sphinx_rtd_theme/sphinx_rtd_theme-${version}.tar.gz"
checksum=b7457bc25dda723b20b086a670b9953c859eab60a2a03ee8eb2bb23e176e5f85

pre_build() {
	export CI=no-npm-please
}

pre_install() {
	export CI=no-npm-please
}

post_install() {
	vlicense LICENSE
}
