Преглед на файлове

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 години
родител
ревизия
339dba04bb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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('.'))