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

Infra: remove two of the five instances of title at top of pages #2532

Merged
merged 3 commits into from
Apr 19, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pep_sphinx_extensions/pep_theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@ dl.footnote dd {
#pep-sidebar ul a {
text-decoration: none;
}
#toc-title {
font-weight: bold;
}
#source {
padding-bottom: 2rem;
font-weight: bold;
Expand Down
1 change: 0 additions & 1 deletion pep_sphinx_extensions/pep_theme/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ <h1>Python Enhancement Proposals</h1>
</article>
<nav id="pep-sidebar">
<h2>Contents</h2>
<p id="toc-title">{{ title }}</p>
{{ toc }}
<br />
{%- if not sourcename.startswith("pep-0000") %}
Expand Down