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

bpo-42579: Make workaround for various versions of Sphinx more robust #23662

Merged
merged 2 commits into from
Dec 7, 2020
Merged

bpo-42579: Make workaround for various versions of Sphinx more robust #23662

merged 2 commits into from
Dec 7, 2020

Commits on Dec 5, 2020

  1. bpo-42579: Make workaround for various versions of Sphinx more robust

    The solution in gh##13236 is too strict, because it
    effectively requires use of Sphinx >= 2.0. It is not too difficult to
    make the same solution more robust so it works with all normal versions
    of Sphinx.
    mcepl committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    4a3942b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    97802bc View commit details
    Browse the repository at this point in the history