Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-30052: Always regenerate cross-references (GH-1339) #1921

Merged
merged 1 commit into from
Jun 6, 2017

Commits on Jun 2, 2017

  1. bpo-30052: Always regenerate cross-references (python#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.
    (cherry picked from commit 7a82f9c)
    ncoghlan committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    5492a12 View commit details
    Browse the repository at this point in the history