Skip to content

Commit a033143

Browse files
committed
Add colon back
1 parent f5f0a33 commit a033143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/common/static/custom-furo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ a.pdf:hover {
2525
/* For sections INPUT, OUTPUT, EXAMPLES, etc. */
2626

2727
abbr {
28-
font-weight: 500;
28+
font-weight: 450;
2929
}

src/sage_docbuild/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ def apply(self):
924924
index = parent.index(node)
925925
parent.remove(node)
926926
abbr_node = nodes.abbreviation()
927-
abbr_node += nodes.Text(section)
927+
abbr_node += nodes.Text(f'{section}:')
928928
para = nodes.paragraph()
929929
para += abbr_node
930930
para += nodes.Text(text[len(f'{section}:'):])

0 commit comments

Comments
 (0)