From b0b51cecc27be0ead1b9fb46a7d5bd17d36fef8a Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 31 Jan 2022 01:38:12 +0900 Subject: Close #10146: autodoc: autodoc_default_options does not support `no-value` option --- tests/test_ext_autodoc_autodata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_ext_autodoc_autodata.py') diff --git a/tests/test_ext_autodoc_autodata.py b/tests/test_ext_autodoc_autodata.py index 9fbfaaf39..7d6d9eb30 100644 --- a/tests/test_ext_autodoc_autodata.py +++ b/tests/test_ext_autodoc_autodata.py @@ -32,7 +32,7 @@ def test_autodata(app): @pytest.mark.sphinx('html', testroot='ext-autodoc') def test_autodata_novalue(app): - options = {'no-value': True} + options = {'no-value': None} actual = do_autodoc(app, 'data', 'target.integer', options) assert list(actual) == [ '', -- cgit v1.2.1