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

logging: always show source locations as absolute paths #10460

Merged
merged 1 commit into from Jun 16, 2022

Commits on May 22, 2022

  1. logging: always show source locations as absolute paths

    Nodes attached to the parse tree via the `include` directive have
    their `source` attribute set to the relative path of the included
    file. Other nodes in the tree use the full absolute path. For
    consistent logging, ensure that the node location is always expressed
    as an absolute path, when the filename is known.
    
    See sphinx-contrib/spelling#153 for an
    example of the effect of the original problem.
    dhellmann committed May 22, 2022
    Copy the full SHA
    f246104 View commit details
    Browse the repository at this point in the history