summaryrefslogtreecommitdiff
path: root/tests/test_quickstart.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-02-09 01:39:29 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-02-09 15:00:27 +0900
commitd4df28c643083f19fc662c99a0d423162755b165 (patch)
tree7bb766db9cfe2613e3267d3fafef74cb7adaf322 /tests/test_quickstart.py
parentd129f447c30263a49efefb813d2939238952dfd2 (diff)
downloadsphinx-git-d4df28c643083f19fc662c99a0d423162755b165.tar.gz
quickstart: Simplify generated conf.py (source_suffix)
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r--tests/test_quickstart.py1
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')