diff --git a/projects/rocprofiler-compute/src/docs/conf.py b/projects/rocprofiler-compute/src/docs/conf.py index d97f79bb7b..af0003fb73 100644 --- a/projects/rocprofiler-compute/src/docs/conf.py +++ b/projects/rocprofiler-compute/src/docs/conf.py @@ -90,8 +90,8 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] pygments_style = None # options for latex output -latex_engine = 'lualatex' -latex_show_urls = 'footnote' +latex_engine = "lualatex" +latex_show_urls = "footnote" # -- Options for HTML output -------------------------------------------------