Skip to content

Commit 26cb9bf

Browse files
committed
added missing comma
1 parent 3cdb2e7 commit 26cb9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
extensions = [
1313
'sphinx.ext.autodoc',
1414
'sphinx.ext.intersphinx',
15-
'sphinx.ext.napoleon'
15+
'sphinx.ext.napoleon',
1616
'sphinx.ext.todo',
1717
]
1818

0 commit comments

Comments
 (0)