From e512bc6536aed37774a1538585acb3ebcc76f2b8 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 28 Apr 2019 01:17:28 +1000 Subject: [PATCH] Fix for autoapi-dirs --- docs/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d1b8f1c5b8..b02b70a41d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,12 +38,6 @@ napoleon_numpy_docstring = False autoapi_dirs = [ '../InvenTree', - '../Inventree/build', - '../InvenTree/company', - '../InvenTree/InvenTree', - '../InvenTree/part', - '../InvenTree/stock', - '../InvenTree/users', ] autoapi_options = [