From 82ac21fac59d5efc440f390b49aa6d7f8b5db470 Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Thu, 8 Feb 2024 16:56:56 -0700 Subject: [PATCH] docs(conf.py): Update article info date for release notes (#2862) * docs(conf.py): Update article info date for release notes * docs(conf.py): Update article info date for changelog --- docs/conf.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 249e5da04..2c27567d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,9 +47,14 @@ all_article_info_author = "" # pages with specific settings article_pages = [ { - "file":"release", + "file":"about/release-notes", "os":["linux", "windows"], - "date":"2024-01-09" + "date":"2024-01-31" + }, + { + "file":"about/CHANGELOG", + "os":["linux", "windows"], + "date":"2024-01-31" }, {"file":"install/windows/install-quick", "os":["windows"]}, @@ -80,8 +85,6 @@ article_pages = [ {"file":"how-to/tuning-guides", "os":["linux", "windows"]}, {"file":"rocm-a-z", "os":["linux", "windows"]}, - - {"file":"about/release-notes", "os":["linux"]}, ] exclude_patterns = ['temp']