Browse Source

Put back undoc-members option in sphinx test (#4586)

The test will fail without this due to the bug explained in #4584.
Leo Singer 7 năm trước cách đây
mục cha
commit
339dba04bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      t/unit/contrib/proj/conf.py

+ 1 - 1
t/unit/contrib/proj/conf.py

@@ -4,7 +4,7 @@ import os
 import sys
 
 extensions = ['celery.contrib.sphinx', 'sphinx.ext.autodoc']
-autodoc_default_flags = ['members']
+autodoc_default_flags = ['members', 'undoc-members']
 autosummary_generate = True
 
 sys.path.insert(0, os.path.abspath('.'))