mirror of https://github.com/kivy/kivy.git
doc: Add kivy.setupconfig to ignore list
This prevents the 'NO DOCUMENTATION' issue when building the docs and API index
This commit is contained in:
parent
f89177b9fa
commit
546e8857b4
|
@ -12,6 +12,7 @@ ignore_list = (
|
|||
'kivy.graphics.buffer',
|
||||
'kivy.graphics.vbo',
|
||||
'kivy.graphics.vertex',
|
||||
'kivy.setupconfig'
|
||||
)
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue