Skip to content

Commit

Permalink
update name in Sphinx conf
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Park <[email protected]>
  • Loading branch information
peterjunpark committed Oct 3, 2024
1 parent f5f0bac commit 3938e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 = {
Expand Down

0 comments on commit 3938e84

Please sign in to comment.