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 d1f4f9c commit c4fe973Copy full SHA for c4fe973
pep_sphinx_extensions/pep_theme/static/style.css
@@ -290,3 +290,6 @@ nav#pep-sidebar ul {
290
nav#pep-sidebar ul a {
291
text-decoration: none;
292
}
293
+#source {
294
+ padding-bottom: 2rem;
295
+}
pep_sphinx_extensions/pep_theme/templates/page.html
@@ -29,7 +29,7 @@ <h1>Python Enhancement Proposals</h1>
29
<h2>Contents</h2>
30
{{ toc }}
31
<br />
32
- <strong><a href="https://github.com/python/peps/blob/main/{{sourcename}}">Page Source (GitHub)</a></strong>
+ <strong id="source"><a href="https://github.com/python/peps/blob/main/{{sourcename}}">Page Source (GitHub)</a></strong>
33
</nav>
34
</section>
35
</body>
0 commit comments