Skip to content

Commit 93cba44

Browse files
committed
docs/conf.py: quotes consistency
1 parent 58da4ab commit 93cba44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2020

21-
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
21+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
2222

2323
templates_path = ['_templates']
2424
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

0 commit comments

Comments
 (0)