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

Allow case-insensitive match of :term: references through intersphinx #9299

Merged
merged 2 commits into from Jul 11, 2021

Commits on Jun 4, 2021

  1. Fix for sphinx-doc#9291

    tomoinn committed Jun 4, 2021
    Copy the full SHA
    732a7d6 View commit details
    Browse the repository at this point in the history
  2. Somewhat more efficient fix.

    Only looks for case insensitive match if there isn't a case sensitive one, and uses filter to build a list of case insensitive matches rather than building a dict.
    tomoinn committed Jun 4, 2021
    Copy the full SHA
    676983e View commit details
    Browse the repository at this point in the history