Close #8326: Rename master_doc to root_doc

To describe the purpose more accurately, the `master_doc` is now renamed
to `root_doc`.  The old name is still available.  But it is recommeneded
to use new one from now on.
This commit is contained in:
Takeshi KOMIYA
2020-11-25 00:50:36 +09:00
parent 6ca7c1c579
commit 3059a999b2
43 changed files with 145 additions and 104 deletions

View File

@@ -163,7 +163,7 @@ def test_quickstart_all_answers(tempdir):
]
assert ns['templates_path'] == ['.templates']
assert ns['source_suffix'] == '.txt'
assert ns['master_doc'] == 'contents'
assert ns['root_doc'] == 'contents'
assert ns['project'] == 'STASI™'
assert ns['copyright'] == '%s, Wolfgang Schäuble & G\'Beckstein' % \
time.strftime('%Y')