[Python-checkins] [python/cpython] 798cfb: bpo-30052: Always regenerate cross-references (GH-...

GitHub noreply at github.com
Mon Jun 5 22:19:40 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 798cfb212383a6f5a31b610825d1af1d376804b2
      https://github.com/python/cpython/commit/798cfb212383a6f5a31b610825d1af1d376804b2
  Author: Nick Coghlan <ncoghlan at gmail.com>
  Date:   2017-06-05 (Mon, 05 Jun 2017)

  Changed paths:
    M Doc/Makefile
    M Misc/NEWS

  Log Message:
  -----------
  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)




More information about the Python-checkins mailing list