mirror of https://github.com/YosysHQ/icestorm.git
Use Lualatex instead of plain pdfatex
This commit is contained in:
parent
8893d13655
commit
213d116050
|
|
@ -33,3 +33,5 @@ html_theme_options = {
|
||||||
"titles_only": False
|
"titles_only": False
|
||||||
}
|
}
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
|
latex_engine = 'lualatex'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue