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

Revert the removal of sphinx.util:force_decode() #9326

Merged
merged 2 commits into from Jun 30, 2021

Commits on Jun 13, 2021

  1. Revert the removal of sphinx.util:force_decode()

    After the release of 4.0.0, some 3rd party extensions have became not
    working with the latest Sphinx because `force_decode()` function was
    removed.  It was deprecated since Sphinx-2.0 and warned for the removal
    since 3.0.
    
    This reverts the removal and extends its deprecation period to 5.0.0.  I
    hope it helps users of these extensions.
    tk0miya committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    519cc07 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

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