Skip to content

Commit

Permalink
py-sphinx: updated to 1.6.5
Browse files Browse the repository at this point in the history
Release 1.6.5:

Features added
* 4107: Make searchtools.js compatible with pre-Sphinx1.5 templates
* 4112: Don't override the smart_quotes setting if it was already set
* 4125: Display reference texts of original and translated passages on
  i18n warning message
* 4147: Include the exception when logging PO/MO file read/write

Bugs fixed
* 4085: Failed PDF build from image in parsed-literal using ``:align:`` option
* 4100: Remove debug print from autodoc extension
* 3987: Changing theme from alabaster causes HTML build to fail
* 4096: C++, don't crash when using the wrong role type. Thanks to mitya57.
* 4070, 4111: crashes when the warning message contains format strings (again)
* 4108: Search word highlighting breaks SVG images
* 3692: Unable to build HTML if writing .buildinfo failed
* 4152: HTML writer crashes if a field list is placed on top of the document
* 4063: Sphinx crashes when labeling directive ``.. todolist::``
* 4134: [doc] :file:`docutils.conf` is not documented explicitly
* 4169: Chinese language doesn't trigger Chinese search automatically
* 1020: ext.todo todolist not linking to the page in pdflatex
* 3965: New quickstart generates wrong SPHINXBUILD in Makefile
* 3739: ``:module:`` option is ignored at content of pyobjects
* 4149: Documentation: Help choosing :confval:`latex_engine`
* 4090: [doc] :confval:`latex_additional_files` with extra LaTeX macros should
  not use ``.tex`` extension
* Failed to convert reST parser error to warning
  • Loading branch information
adam committed Oct 24, 2017
1 parent 931df30 commit 36df417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/py-sphinx/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.42 2017/09/28 11:18:24 adam Exp $
# $NetBSD: Makefile,v 1.43 2017/10/24 07:42:12 adam Exp $

DISTNAME= Sphinx-1.6.4
DISTNAME= Sphinx-1.6.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/}
Expand Down
10 changes: 5 additions & 5 deletions textproc/py-sphinx/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.24 2017/09/28 11:18:24 adam Exp $
$NetBSD: distinfo,v 1.25 2017/10/24 07:42:12 adam Exp $

SHA1 (Sphinx-1.6.4.tar.gz) = 25accd39bfca5cd93f771a363a19357300e7c52c
RMD160 (Sphinx-1.6.4.tar.gz) = db373a7dd749d489da241f6e30d58d9cd8613535
SHA512 (Sphinx-1.6.4.tar.gz) = df7dafce15b6a7025f3ed094a6274d697b2b6b58a91f073a25ea3f70d06a6f3b47808d6a453ed1e51fa6ecb6abceaa661aa6e2d63533ed0cd0e666ba972a9133
Size (Sphinx-1.6.4.tar.gz) = 4678873 bytes
SHA1 (Sphinx-1.6.5.tar.gz) = d374d466a6d6b4fcf1df997ae580d66480134ea8
RMD160 (Sphinx-1.6.5.tar.gz) = c12479cc788f4d39b743a8efb4074d9da42aa5d9
SHA512 (Sphinx-1.6.5.tar.gz) = c6ba7ba639f9814867d9abaaac48d58daa9d0ea9ceae4495bdbd311856833314eade2d9df7213c0357d5eea53d525c5a1235bc977a07cc7ef82e1ff0ecb51f3d
Size (Sphinx-1.6.5.tar.gz) = 4680974 bytes

0 comments on commit 36df417

Please sign in to comment.