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 3646162 commit 08e37f7Copy full SHA for 08e37f7
pep_sphinx_extensions/pep_theme/templates/page.html
@@ -35,7 +35,9 @@ <h2>Contents</h2>
35
<p id="toc-title">{{ title }}</p>
36
{{ toc }}
37
<br />
38
+ {%- if not sourcename.startswith("pep-0000") %}
39
<a id="source" href="https://github.com/python/peps/blob/main/{{sourcename}}">Page Source (GitHub)</a>
40
+ {%- endif %}
41
</nav>
42
</section>
43
<script src="{{ pathto('_static/colour_scheme.js', resource=True) }}"></script>
0 commit comments