From ec92a25da17df4083f36a0c5c7e029886c4c973c Mon Sep 17 00:00:00 2001 From: Peter Park Date: Mon, 23 Sep 2024 18:20:31 -0400 Subject: [PATCH] fix url template remove no intersphinx fix typo --- docs/conf.py | 3 +-- docs/install/quick-start.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 84936a26..3173fabc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ version_number = match[1] # project info -project = "Omniperf" +project = "Omnitrace" author = "Advanced Micro Devices, Inc." copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved." version = version_number @@ -55,4 +55,3 @@ "name": "Omnitrace API", "path": "doxygen/xml", } -external_projects_remote_repository = "" diff --git a/docs/install/quick-start.rst b/docs/install/quick-start.rst index 0c130563..abb5da93 100644 --- a/docs/install/quick-start.rst +++ b/docs/install/quick-start.rst @@ -8,7 +8,7 @@ Omnitrace quick start .. datatemplate:nodata:: - To install Omnitrace, download the `Omnitrace installer `_ + To install Omnitrace, download the `Omnitrace installer `_ and specify ``--prefix ``. The script attempts to auto-detect the appropriate OS distribution and version. To include AMD ROCm Software support, specify ``--rocm X.Y``, where ``X`` is the ROCm major