2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-13 02:32:59 +00:00

Fix for autoapi-dirs

This commit is contained in:
Oliver Walters 2019-04-28 01:17:28 +10:00
parent 9d9d755b4e
commit e512bc6536

View File

@ -38,12 +38,6 @@ napoleon_numpy_docstring = False
autoapi_dirs = [ autoapi_dirs = [
'../InvenTree', '../InvenTree',
'../Inventree/build',
'../InvenTree/company',
'../InvenTree/InvenTree',
'../InvenTree/part',
'../InvenTree/stock',
'../InvenTree/users',
] ]
autoapi_options = [ autoapi_options = [