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

[RFC] Fix multi repo external references #530

Closed
wants to merge 1 commit into from

Commits on May 12, 2020

  1. Fix multi repo external references

    When multi-repos are used, the resulting pending_xref's generated
    from including the source code don't get a 'refdoc' property and the
    intersphinx 'missing-resolver' is unable to adjust relative paths
    in a way that links between different projects work.
    
    This fixes the issue by adding a transform that fixes pending_xrefs
    that match some pre-requisites, create a new copy
    with the 'refdoc' property added and let intersphinx's missing-resolver
    fix the URI.
    
    Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
    utzig committed May 12, 2020
    Configuration menu
    Copy the full SHA
    6d07b6d View commit details
    Browse the repository at this point in the history