From 920efcd0b174ceac1bac562d1eb15f5ac18dabf3 Mon Sep 17 00:00:00 2001 From: Peter Park Date: Wed, 25 Sep 2024 10:05:41 -0400 Subject: [PATCH] change release notes date to 9/25 (#181) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 40d649c67..13f6294c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ all_article_info_author = "" # pages with specific settings article_pages = [ - {"file": "about/release-notes", "os": ["linux", "windows"], "date": "2024-09-24"}, + {"file": "about/release-notes", "os": ["linux", "windows"], "date": "2024-09-25"}, {"file": "how-to/deep-learning-rocm", "os": ["linux"]}, {"file": "how-to/rocm-for-ai/index", "os": ["linux"]}, {"file": "how-to/rocm-for-ai/install", "os": ["linux"]},