]> granicus.if.org Git - python/commit
bpo-30052: Always regenerate cross-references (GH-1339) (GH-1921)
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 6 Jun 2017 02:19:37 +0000 (12:19 +1000)
committerMariatta <Mariatta@users.noreply.github.com>
Tue, 6 Jun 2017 02:19:37 +0000 (19:19 -0700)
commit798cfb212383a6f5a31b610825d1af1d376804b2
treedaab8b7af3b171aec3d551c04606a5e775f8ed65
parentd125738e93a35125d0edbe8070dd47160bcda829
bpo-30052: Always regenerate cross-references (GH-1339) (GH-1921)

The patch for bpo-30052 changed the preferred link target
for :func:`bytes` and :func`bytearray` references to be the
respective type definitions rather than the corresponding
builtin function entries.

This patch changes the daily documentation builds to disable
the output caching in Sphinx, in order to ensure that
cross-reference changes like this one are reliably picked
up and applied automatically after merging.
(cherry picked from commit 7a82f9c2b94d31c8f4cc8bb8e3151765d8b148d7)
Doc/Makefile
Misc/NEWS