##// END OF EJS Templates
Fix issues due to breaking tokenize changes in 3.12 (#14107)...
Fix issues due to breaking tokenize changes in 3.12 (#14107) Hey 👋 I'm opening this PR to start a discussion on which of these fixes are valid or not. I may have cut some corners in some places, mostly because of lack of knowledge or context. After we've fixed the issues and CI is green, we can have a bigger discussion on whether to go foward with the `tokenize` module or some other tokenizer.

File last commit:

r26481:80ca5372
r28328:635815e8 merge
Show More
breadcrumbs.html
7 lines | 177 B | text/html | HtmlLexer
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
{% block breadcrumbs_aside %}
{% if not meta or meta.get('github_url') != 'hide' %}
{{ super() }}
{% endif %}
{% endblock %}