b2331c5959
Version 1.2.2 Make the version warning sticky so that it appears when linking to the middle of a document. Remove CSS for old ads. Version 1.2.1 Sort versions taken from Read the Docs so that 2.10.x is considered newer than 2.9.x. Version 1.2.0 Use HTTPS for font URLs in CSS. Don't require sphinx.ext.autodoc to be enabled. Implement the Jinja directives jinja:filters::, jinja:tests::, and jinja:nodes::. Generate a table of contents for Jinja filters and tests. Update the babel and platter themes.
18 lines
553 B
Makefile
18 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/10/11 16:28:39 adam Exp $
|
|
|
|
DISTNAME= Pallets-Sphinx-Themes-1.2.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pallets/pallets-sphinx-themes
|
|
COMMENT= Sphinx themes for Pallets and related projects
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|