Skip to content

Commit d7a4606

Browse files
Merge pull request #25 from riscv/dev/kbroch/fix-pre-commit-failures
fix pre-commit hook failures
2 parents 7a6ceac + 7c6d29b commit d7a4606

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

themes/riscv-pdf.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ admonition:
173173
note:
174174
# name: pencil-square-o
175175
# name: far-edit
176-
name: fas-info-circle
177-
stroke_color: 6489b3
176+
name: fas-info-circle
177+
stroke_color: 6489b3
178178
tip:
179179
#name: comments-o
180180
name: far-comments
@@ -254,35 +254,35 @@ description_list:
254254
# item_spacing: $vertical_rhythm / 2
255255
# List settings
256256
list:
257-
indent: '$horizontal_rhythm * 1.5'
258-
item_spacing: '$vertical_rhythm / 2'
257+
indent: $horizontal_rhythm * 1.5
258+
item_spacing: $vertical_rhythm / 2
259259
bullet:
260-
font_size: 'round($base_font_size * 1.5)'
261-
content: ''
260+
font_size: round($base_font_size * 1.5)
261+
content:
262262
marker:
263263
font-family: JetBrainsMono
264264
ulist:
265265
marker:
266266
disc:
267-
content: "\u26ab"
267+
content:
268268
circle:
269-
content: "\u26ab"
269+
content:
270270
square:
271-
content: "\u25a0"
271+
content:
272272
font-family: JetBrainsMono
273273
# List of figures settings
274274
lof:
275-
label_width: '3em' # Adjust the width for figure labels
275+
label_width: 3em # Adjust the width for figure labels
276276
align: left
277277
caption:
278-
indent: '4em' # Ensure captions align consistently
278+
indent: 4em # Ensure captions align consistently
279279
font-family: JetBrainsMono
280280
# List of tables settings
281281
lot:
282-
label_width: '3em' # Adjust the width for table labels
282+
label_width: 3em # Adjust the width for table labels
283283
align: left
284284
caption:
285-
indent: '4em' # Ensure captions align consistently
285+
indent: 4em # Ensure captions align consistently
286286
font-family: JetBrainsMono
287287
#ulist:
288288
# marker:
@@ -313,7 +313,7 @@ toc:
313313
indent: $horizontal_rhythm
314314
line_height: 1.4
315315
dot-leader:
316-
content: '.'
316+
content: .
317317
font_color: a9a9a9
318318
font-style: bold
319319
#levels: 2

0 commit comments

Comments
 (0)