ba316d6d01
v0.2.2: not documented v0.2.1 Add the rel HTML attribute to the footer links which point to the previous and next pages. Fix toctree issue caused by Sphinx singlehtml builder (#367) v0.2.0 Adds the comments block after the body block in the template Added "Edit on GitLab” support Many bug fixes v0.1.10-alpha Removes Sphinx dependency Fixes hamburger on mobile display Adds a body_begin block to the template Add prev_next_buttons_location which can take the value bottom, top, both , None and will display the “Next” and “Previous” buttons accordingly
17 lines
502 B
Makefile
17 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/03/05 14:33:41 wiz Exp $
|
|
|
|
DISTNAME= sphinx_rtd_theme-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-sphinx-rtd-theme-${VERSION}
|
|
VERSION= 0.2.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/sphinx_rtd_theme/
|
|
COMMENT= Sphinx readthedocs.org theme
|
|
LICENSE= modified-bsd AND ofl-v1.1
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|