Autogenerate API docs for more modules.

This commit is contained in:
Dion Moult
2023-09-21 13:33:26 +10:00
parent 2587e29750
commit 672a2c4483
+2 -2
View File
@@ -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*']