From b63f3f335c4685fc7c80dca4c138ca26d7ff2626 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 21 Sep 2023 13:33:26 +1000 Subject: [PATCH] Autogenerate API docs for more modules. --- src/ifcopenshell-python/docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcopenshell-python/docs/conf.py b/src/ifcopenshell-python/docs/conf.py index 4bc3f18fd8..0d981bfc71 100644 --- a/src/ifcopenshell-python/docs/conf.py +++ b/src/ifcopenshell-python/docs/conf.py @@ -66,8 +66,8 @@ autoapi_add_toctree_entry = True autoapi_type = 'python' # autoapi works by reading source code instead of importing modules -autoapi_dirs = ['../ifcopenshell', '../../ifcdiff', '../../ifcpatch/ifcpatch'] -autoapi_dirs = ['../../ifcdiff', '../../ifcpatch/ifcpatch'] +autoapi_dirs = ['../ifcopenshell', '../../bcf/src', '../../bsdd', '../../ifccsv', '../../ifcdiff', '../../ifcpatch/ifcpatch', '../../ifctester/ifctester'] +# autoapi_dirs = ['../../bcf/src', '../../bsdd', '../../ifccsv', '../../ifcdiff', '../../ifcpatch/ifcpatch', '../../ifctester/ifctester'] # These are auto-generated based on the IFC schema, so exclude them autoapi_ignore = ['*ifcopenshell/express/rules*']