• 
      

    Fix using multiple default intersphinx prefixes.

    Review Request #8971 — Created May 25, 2017 and submitted

    Information

    beanbag-docutils
    master
    f8bcc84...

    Reviewers

    The new directive for choosing default intersphinx prefixes didn't
    actually work when specifying multiple prefixes. The argument parsing
    was broken, and the resulting nodes got modified after the first failed
    lookup in ways that broke the resulting text for subsequent lookups.
    
    This change fixes both issues, and fixes the documentation to show the
    correct format.

    Tested with docs using multiple prefixes. Verified that all worked
    correctly.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (9411bef)