feat: Enable syntax highlighting for PDFs in Sphinx configuration
This commit is contained in:
parent
9fe800df0f
commit
0cfd7cc78a
|
@ -65,3 +65,6 @@ html_theme_options = {
|
||||||
latex_engine = "xelatex"
|
latex_engine = "xelatex"
|
||||||
# Configure LaTeX options for PDF generation
|
# Configure LaTeX options for PDF generation
|
||||||
latex_show_urls = 'footnote'
|
latex_show_urls = 'footnote'
|
||||||
|
|
||||||
|
# Enable syntax highlighting for PDFs
|
||||||
|
pygments_style = 'sphinx'
|
||||||
|
|
Loading…
Reference in New Issue