diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-09 01:39:29 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-09 15:00:27 +0900 |
commit | d4df28c643083f19fc662c99a0d423162755b165 (patch) | |
tree | 7bb766db9cfe2613e3267d3fafef74cb7adaf322 /tests/test_quickstart.py | |
parent | d129f447c30263a49efefb813d2939238952dfd2 (diff) | |
download | sphinx-git-d4df28c643083f19fc662c99a0d423162755b165.tar.gz |
quickstart: Simplify generated conf.py (source_suffix)
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r-- | tests/test_quickstart.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py index 10e015fd9..f3563be50 100644 --- a/tests/test_quickstart.py +++ b/tests/test_quickstart.py @@ -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') |