From c2a3626026c3bea9fa01a796026f6e1d08e664fe Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Fri, 12 Jan 2024 17:12:56 -0700 Subject: [PATCH] docs(conf.py): Update article info for release page (#2806) * docs(conf.py): Update article info for release page * Update conf.py --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7dfc424ce..b91e40fdf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,9 +38,9 @@ latex_elements = { # configurations for PDF output by Read the Docs project = "ROCm Documentation" author = "Advanced Micro Devices, Inc." -copyright = "Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved." -version = "6.0.0" -release = "6.0.0" +copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved." +version = "6.0.1" +release = "6.0.1" setting_all_article_info = True all_article_info_os = ["linux", "windows"] all_article_info_author = "" @@ -50,7 +50,7 @@ article_pages = [ { "file":"release", "os":["linux", "windows"], - "date":"2023-07-27" + "date":"2024-01-09" }, {"file":"install/windows/install-quick", "os":["windows"]},