Add options to enable latexpdf builds

Signed-off-by: Nicholas Curtis <nicurtis@amd.com>
This commit is contained in:
Nicholas Curtis
2023-06-07 10:23:49 -04:00
committed by Karl W. Schulz
parent 65d263b14e
commit c03298e367
+4
View File
@@ -89,6 +89,10 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
# options for latex output
latex_engine = 'lualatex'
latex_show_urls = 'footnote'
# -- Options for HTML output -------------------------------------------------