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

Update extlinks strings to use a format string #555

Merged
merged 1 commit into from Jun 5, 2022

Commits on Jun 5, 2022

  1. fix(doc): update extlinks to use a caption string

    Sphinx 4 added a new way of specifying extlinks "caption string" (instead of "prefix string")
    Sphinx 5 added a deprecation warning when still using the "prefix string" notation which fails the build:
    ```
    Running Sphinx v5.0.1
    Warning, treated as error:
    extlinks: Sphinx-6.0 will require a caption string to contain exactly one '%s' and all other '%' need to be escaped as '%%'.
    ```
    mayeut committed Jun 5, 2022
    Copy the full SHA
    b4f46f6 View commit details
    Browse the repository at this point in the history