Skip to content

Commit

Permalink
fix pre-commit hook failures
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Broch <[email protected]>
  • Loading branch information
kbroch-rivosinc committed Jun 11, 2024
1 parent 7a6ceac commit 7c6d29b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions themes/riscv-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ admonition:
note:
# name: pencil-square-o
# name: far-edit
name: fas-info-circle
stroke_color: 6489b3
name: fas-info-circle
stroke_color: 6489b3
tip:
#name: comments-o
name: far-comments
Expand Down Expand Up @@ -254,35 +254,35 @@ description_list:
# item_spacing: $vertical_rhythm / 2
# List settings
list:
indent: '$horizontal_rhythm * 1.5'
item_spacing: '$vertical_rhythm / 2'
indent: $horizontal_rhythm * 1.5
item_spacing: $vertical_rhythm / 2
bullet:
font_size: 'round($base_font_size * 1.5)'
content: ''
font_size: round($base_font_size * 1.5)
content:
marker:
font-family: JetBrainsMono
ulist:
marker:
disc:
content: "\u26ab"
content:
circle:
content: "\u26ab"
content:
square:
content: "\u25a0"
content:
font-family: JetBrainsMono
# List of figures settings
lof:
label_width: '3em' # Adjust the width for figure labels
label_width: 3em # Adjust the width for figure labels
align: left
caption:
indent: '4em' # Ensure captions align consistently
indent: 4em # Ensure captions align consistently
font-family: JetBrainsMono
# List of tables settings
lot:
label_width: '3em' # Adjust the width for table labels
label_width: 3em # Adjust the width for table labels
align: left
caption:
indent: '4em' # Ensure captions align consistently
indent: 4em # Ensure captions align consistently
font-family: JetBrainsMono
#ulist:
# marker:
Expand Down Expand Up @@ -313,7 +313,7 @@ toc:
indent: $horizontal_rhythm
line_height: 1.4
dot-leader:
content: '.'
content: .
font_color: a9a9a9
font-style: bold
#levels: 2
Expand Down

0 comments on commit 7c6d29b

Please sign in to comment.