Skip to content

Commit 002a699

Browse files
committed
fix: add missing theme name to supported_flavors list
1 parent 8c757a7 commit 002a699

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)