Skip to content

Commit 30bc4d3

Browse files
committed
Fix quotes on conf.py
1 parent 8786203 commit 30bc4d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
version = version_number
2525
release = version_number
2626
external_projects_current_project = "rocshmem"
27-
extensions = ['sphinx_design']
27+
extensions = ["sphinx_design"]
2828
external_toc_path = "./sphinx/_toc.yml"
2929

3030
docs_core = ROCmDocs(left_nav_title)

0 commit comments

Comments
 (0)