Skip to content

Commit

Permalink
📚 Updated code-bg for PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
serkor1 committed Jan 14, 2025
1 parent 9aa3c35 commit 1ed7121
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/doc-builders/build-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ def __init__(self, docs_dir="docs"):
'pdf': {
'documentclass': 'scrreprt',
'keep-tex': True,
'latex-auto-install': True
'latex-auto-install': True,
'code-block-bg': "#f2f2f2",
'code-block-border-left': "#f2f2f2",
'code-overflow': 'wrap'
}
},
'highlight-style': "github",
Expand Down

0 comments on commit 1ed7121

Please sign in to comment.