diff options
author | adam <adam@pkgsrc.org> | 2018-04-25 08:08:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-25 08:08:21 +0000 |
commit | d2b4d0bbff46904ab4d53c8720810b99eabd3ad3 (patch) | |
tree | add4d7cbd5d9ab1b3c01b32cada9060668d59f69 /textproc/py-sphinx/Makefile | |
parent | 6ba00acb238ea1fc365497e4f6b03c351bf04198 (diff) | |
download | pkgsrc-d2b4d0bbff46904ab4d53c8720810b99eabd3ad3.tar.gz |
py-sphinx: updated to 1.7.3
1.7.3:
Bugs fixed
* autodoc loses the first staticmethod parameter
* autosummary: too wide two column tables in PDF builds
* Latex customization via _templates/longtable.tex_t is broken
* imgconverter: confused by convert.exe of Windows
* On windows, Sphinx crashed when drives of srcdir and outdir are different
* autodoc ignores type annotated variables
* wrong URLs on warning messages
* latex: latex_show_urls assigns incorrect footnote numbers if hyperlinks exists inside substitutions
* latex with class memoir Error: Font command \sf is not supported
* latex: too slow in proportion to number of auto numbered footnotes
* htmlhelp: The entries in .hhp file is not ordered
* toctree directive tries to glob for URL having query_string
* html search: Upper characters problem in German
* latex: Compilation for German docs failed with LuaLaTeX and XeLaTeX
* duplicated labels detector does not work well in parallel build
* Crashed with extension which returns invalid metadata
Diffstat (limited to 'textproc/py-sphinx/Makefile')
-rw-r--r-- | textproc/py-sphinx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 091de7b1c19..88669bb946b 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2018/03/23 07:42:07 adam Exp $ +# $NetBSD: Makefile,v 1.49 2018/04/25 08:08:21 adam Exp $ -DISTNAME= Sphinx-1.7.2 +DISTNAME= Sphinx-1.7.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} |