Skip to content

Commit

Permalink
Add colon back
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Mar 18, 2024
1 parent f5f0a33 commit a033143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/common/static/custom-furo.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ a.pdf:hover {
/* For sections INPUT, OUTPUT, EXAMPLES, etc. */

abbr {
font-weight: 500;
font-weight: 450;
}
2 changes: 1 addition & 1 deletion src/sage_docbuild/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def apply(self):
index = parent.index(node)
parent.remove(node)
abbr_node = nodes.abbreviation()
abbr_node += nodes.Text(section)
abbr_node += nodes.Text(f'{section}:')
para = nodes.paragraph()
para += abbr_node
para += nodes.Text(text[len(f'{section}:'):])
Expand Down

0 comments on commit a033143

Please sign in to comment.