diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 22:20:22 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-03 10:58:42 +0900 |
commit | 114ff77f68a69a79456a5356f729b2a9b58e2419 (patch) | |
tree | 69aa63e08e6e1709001b183b4486edce2ab0855a /tests/test_build_manpage.py | |
parent | 657fa843c8e3d52481898fb1a1ca82447e780cd4 (diff) | |
download | sphinx-git-114ff77f68a69a79456a5356f729b2a9b58e2419.tar.gz |
test: Omit master_doc settings from testcases
Diffstat (limited to 'tests/test_build_manpage.py')
-rw-r--r-- | tests/test_build_manpage.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_build_manpage.py b/tests/test_build_manpage.py index 9b33be757..663db8439 100644 --- a/tests/test_build_manpage.py +++ b/tests/test_build_manpage.py @@ -31,8 +31,7 @@ def test_all(app, status, warning): def test_default_man_pages(): - config = Config({'master_doc': 'index', - 'project': 'STASI™ Documentation', + config = Config({'project': 'STASI™ Documentation', 'author': "Wolfgang Schäuble & G'Beckstein", 'release': '1.0'}) config.init_values() |