Add options to enable latexpdf builds

Signed-off-by: Nicholas Curtis <nicurtis@amd.com>


[ROCm/rocprofiler-compute commit: c03298e367]
This commit is contained in:
Nicholas Curtis
2023-06-07 10:23:49 -04:00
committed by Karl W. Schulz
parent 9258a1e945
commit 51f81d68ac
@@ -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 -------------------------------------------------