Skip to content

Commit 2bf3fa8

Browse files
committed
Fix formatting of conf.py
Signed-off-by: Stefan Marr <[email protected]>
1 parent aceef04 commit 2bf3fa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from recommonmark.parser import CommonMarkParser
22

33
source_parsers = {
4-
'.md': CommonMarkParser,
4+
".md": CommonMarkParser,
55
}
66

7-
source_suffix = ['.md']
8-
html_theme = 'sphinx_rtd_theme'
7+
source_suffix = [".md"]
8+
html_theme = "sphinx_rtd_theme"

0 commit comments

Comments
 (0)