We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1292ca3 commit e43fdd2Copy full SHA for e43fdd2
pep_sphinx_extensions/pep_theme/templates/page.html
@@ -55,7 +55,7 @@ <h2>Contents</h2>
55
{{ toc }}
56
<br>
57
{%- if not pagename.startswith(("pep-0000", "topic")) %}
58
- <a id="source" href="https://github.com/python/peps/blob/main/peps/{{pagename}}.rst">Page Source (GitHub)</a>
+ <a id="source" href="https://github.com/python/peps/blob/main/peps/{{pagename}}.rst?plain=1">Page Source (GitHub)</a>
59
{%- endif %}
60
</nav>
61
0 commit comments