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:
Zen-CODE 2016-02-21 16:33:35 +02:00
parent f89177b9fa
commit 546e8857b4
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ignore_list = (
'kivy.graphics.buffer',
'kivy.graphics.vbo',
'kivy.graphics.vertex',
'kivy.setupconfig'
)
import os