Skip to content

Commit 339dba0

Browse files
lpsingerauvipy
authored andcommitted
Put back undoc-members option in sphinx test (celery#4586)
The test will fail without this due to the bug explained in celery#4584.
1 parent 7726bc7 commit 339dba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/unit/contrib/proj/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66
extensions = ['celery.contrib.sphinx', 'sphinx.ext.autodoc']
7-
autodoc_default_flags = ['members']
7+
autodoc_default_flags = ['members', 'undoc-members']
88
autosummary_generate = True
99

1010
sys.path.insert(0, os.path.abspath('.'))

0 commit comments

Comments
 (0)