◐ Shell
clean mode source ↗

bpo-30052: Always regenerate cross-references by ncoghlan · Pull Request #1339 · python/cpython

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.

berkerpeksag

Mariatta

Mariatta

ncoghlan added a commit to ncoghlan/cpython that referenced this pull request

Jun 2, 2017
* 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.
(cherry picked from commit 7a82f9c)

Mariatta pushed a commit that referenced this pull request

Jun 6, 2017
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 7a82f9c)

@ncoghlan ncoghlan deleted the bpo-30052-regenerate-cross-references branch

March 30, 2018 07:48