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

Fix URL in html_logo and html_favicon #253

Merged
merged 1 commit into from
Sep 22, 2021

Commits on Sep 22, 2021

  1. Fix URL in html_logo and html_favicon

    Since Sphinx 4, it's possible to use URL in html_logo and html_favicon
    options. It is not currently processed correctly and we end up with
    something like "_static/https://example.com/logo.png" as image path.
    
    Signed-off-by: Igor Ryzhov <[email protected]>
    idryzhov committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    93acd65 View commit details
    Browse the repository at this point in the history