Prompt for the document language in sphinx-quickstart.

This commit is contained in:
Georg Brandl
2014-01-11 15:05:45 +01:00
parent 1d564ace28
commit 336ae30edb
3 changed files with 21 additions and 2 deletions

View File

@@ -170,6 +170,7 @@ def test_quickstart_all_answers(tempdir):
'Author name': u'Wolfgang Schäuble & G\'Beckstein'.encode('utf-8'),
'Project version': '2.0',
'Project release': '2.0.1',
'Project language': 'de',
'Source file suffix': '.txt',
'Name of your master document': 'contents',
'autodoc': 'y',