]> granicus.if.org Git - python/commit
bpo-30052: Always regenerate cross-references (#1339)
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 2 Jun 2017 13:30:57 +0000 (23:30 +1000)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2017 13:30:57 +0000 (23:30 +1000)
commit7a82f9c2b94d31c8f4cc8bb8e3151765d8b148d7
tree1eb705a4f506725c54a2111135a373b81a719fdf
parentaead53b6ee27915de248b07de509529174aaad21
bpo-30052: Always regenerate cross-references (#1339)

* bpo-30052: Always regenerate cross-references

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.
Doc/Makefile
Misc/NEWS