mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 22:58:17 -05:00
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
This commit is contained in:
11
docs/conf.py
11
docs/conf.py
@@ -47,9 +47,14 @@ all_article_info_author = ""
|
|||||||
# pages with specific settings
|
# pages with specific settings
|
||||||
article_pages = [
|
article_pages = [
|
||||||
{
|
{
|
||||||
"file":"release",
|
"file":"about/release-notes",
|
||||||
"os":["linux", "windows"],
|
"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"]},
|
{"file":"install/windows/install-quick", "os":["windows"]},
|
||||||
@@ -80,8 +85,6 @@ article_pages = [
|
|||||||
{"file":"how-to/tuning-guides", "os":["linux", "windows"]},
|
{"file":"how-to/tuning-guides", "os":["linux", "windows"]},
|
||||||
|
|
||||||
{"file":"rocm-a-z", "os":["linux", "windows"]},
|
{"file":"rocm-a-z", "os":["linux", "windows"]},
|
||||||
|
|
||||||
{"file":"about/release-notes", "os":["linux"]},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
exclude_patterns = ['temp']
|
exclude_patterns = ['temp']
|
||||||
|
|||||||
Reference in New Issue
Block a user