Skip to content

Commit dd33d93

Browse files
committed
Spaces cleanup in conf.py.conf (template)
1 parent 9f6b853 commit dd33d93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readthedocs/templates/sphinx/conf.py.conf

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

99
extensions = []
1010
templates_path = ['{{ template_dir }}', 'templates', '_templates', '.templates']
11-
source_suffix = ['.rst', '.md']
12-
source_parsers = {
13-
'.md': CommonMarkParser,
11+
source_suffix = ['.rst', '.md']
12+
source_parsers = {
13+
'.md': CommonMarkParser,
1414
}
1515
master_doc = 'index'
1616
project = u'{{ project.name }}'

0 commit comments

Comments
 (0)