From 3938e84a19232b90c5eedc4a8611c645ae20b963 Mon Sep 17 00:00:00 2001 From: Peter Park Date: Thu, 3 Oct 2024 14:01:35 -0400 Subject: [PATCH] update name in Sphinx conf Signed-off-by: Peter Park --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f74f95ec..68b319f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ version_number = match[1] # project info -project = "Omniperf" +project = "ROCm Compute Profiler" author = "Advanced Micro Devices, Inc." copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved." version = version_number @@ -51,7 +51,7 @@ html_css_files = ["o_custom.css"] external_toc_path = "./sphinx/_toc.yml" -external_projects_current_project = "omniperf" +external_projects_current_project = "rocprofiler-compute" # frequently used external resources extlinks = {