Skip to content

Commit db6bddf

Browse files
committed
Fix complaints on single quote vs dhouble quote for string
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent c90a1d3 commit db6bddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"sphinx_autodoc_typehints",
9292
"sphinxcontrib.mermaid",
9393
]
94-
bibtex_bibfiles = ['refs.bib']
94+
bibtex_bibfiles = ["refs.bib"]
9595

9696
autoclass_content = "both"
9797
add_module_names = True

0 commit comments

Comments
 (0)