Skip to content

Commit

Permalink
fix sidebar title (#3366)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjunpark authored Aug 12, 2024
1 parent 49fd94a commit 7d6dfb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@
if not match:
raise ValueError("VERSION not found!")
version_number = match[1]
left_nav_title = f"AMD MIGraphX {version_number} Documentation"

# for PDF output on Read the Docs
project = "AMD MIGraphX Documentation"
project = "MIGraphX"
author = "Advanced Micro Devices, Inc."
copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved."
version = version_number
Expand All @@ -62,6 +61,6 @@
"path": "doxygen/xml",
}

html_title = f"ROCm Docs Core {left_nav_title}"
html_title = f"{project} {version_number} documentation"

external_projects_current_project = "amdmigraphx"

0 comments on commit 7d6dfb0

Please sign in to comment.