rocm-docs-core v0.18.3

This commit is contained in:
Sam Wu
2023-06-29 15:52:59 -06:00
parent 284d024045
commit 58b137d43e
3 changed files with 9 additions and 5 deletions

View File

@@ -14,8 +14,12 @@ shutil.copy2('../RELEASE.md','./release.md')
# Keep capitalization due to similar linking on GitHub's markdown preview.
shutil.copy2('../CHANGELOG.md','./CHANGELOG.md')
project = "ROCm 5.5.1 Documentation"
author = "AMD"
# configurations for PDF output by Read the Docs
project = "ROCm Documentation"
author = "Advanced Micro Devices, Inc."
copyright = "Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved."
version = "5.5.1"
release = "5.5.1"
setting_all_article_info = True
all_article_info_os = ["linux"]