quickstart: Simplify generated conf.py (source_suffix)

This commit is contained in:
Takeshi KOMIYA
2019-02-09 01:39:29 +09:00
parent d129f447c3
commit d4df28c643
2 changed files with 2 additions and 1 deletions

View File

@@ -112,7 +112,6 @@ def test_quickstart_defaults(tempdir):
execfile_(conffile, ns)
assert ns['extensions'] == []
assert ns['templates_path'] == ['_templates']
assert ns['source_suffix'] == '.rst'
assert ns['master_doc'] == 'index'
assert ns['project'] == 'Sphinx Test'
assert ns['copyright'] == '%s, Georg Brandl' % time.strftime('%Y')