Adding release notes (#2113)

This commit is contained in:
Saad Rahim
2023-05-04 08:40:56 -06:00
committed by GitHub
parent e04c646088
commit 66ed6adf6c
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
import shutil
shutil.copy2('../CONTRIBUTING.md','./contributing.md')
shutil.copy2('../RELEASE.md','./release.md')
from rocm_docs import ROCmDocs
@@ -40,7 +42,7 @@ linkcheck_ignore = [
"http://cs231n.stanford.edu/"
]
docs_core = ROCmDocs("ROCm Docs 5.5.0 beta")
docs_core = ROCmDocs("ROCm Docs 5.5.0")
docs_core.setup()
docs_core.disable_main_doc_link()