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

starting with sphinx 7.2.0, root is a pathlib.Path not a string anymore #1336

Merged
merged 1 commit into from Aug 23, 2023

Commits on Aug 22, 2023

  1. starting with sphinx 7.2.0, root is a pathlib.Path not a string anymore

    so convert it to a string, the trailing os.sep is not needed.
    os.path.join which is used to join paths, expects string and inserts the
    os.sep.
    
    See-also: sphinx-doc/sphinx#11526
    See-also: sphinx-doc/sphinx#11608
    
    Signed-off-by: Martin Gysel <me@bearsh.org>
    bearsh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1293e18 View commit details
    Browse the repository at this point in the history