Skip to content

Commit 86a97c2

Browse files
authored
Merge pull request #1331 from ROCm/alexxu12/fix-rocm-ls-theme
fix: add missing theme name to supported_flavors list
2 parents 8c757a7 + 002a699 commit 86a97c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rocm_docs/theme.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def _update_theme_options(app: Sphinx) -> None:
121121
"generic",
122122
"rocm-ds",
123123
"ai-developer-hub",
124+
"rocm-ls",
124125
]
125126
flavor = theme_opts.get("flavor", "rocm")
126127
if flavor not in supported_flavors:

0 commit comments

Comments
 (0)