From 7f57649d103eab1a77878e10019d4b531bb2d598 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 1 Apr 2024 17:49:44 +1100 Subject: [PATCH] Whoops. --- 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 0ca17d33ee..23b45563c1 100644 --- a/src/ifcopenshell-python/docs/conf.py +++ b/src/ifcopenshell-python/docs/conf.py @@ -67,8 +67,8 @@ autoapi_type = 'python' # autoapi works by reading source code instead of importing modules autoapi_dirs = ['../ifcopenshell', '../../bcf/src', '../../bsdd', '../../ifccsv', '../../ifcdiff', '../../ifcpatch/ifcpatch', '../../ifctester/ifctester'] -autoapi_dirs = ['../../ifcdiff'] -autoapi_dirs = ['../../ifcdiff', '../ifcopenshell/util'] +# autoapi_dirs = ['../../ifcdiff'] +# autoapi_dirs = ['../../ifcdiff', '../ifcopenshell/util'] # autoapi_dirs = ['../../bcf/src', '../../bsdd', '../../ifccsv', '../../ifcdiff', '../../ifcpatch/ifcpatch', '../../ifctester/ifctester'] # These are auto-generated based on the IFC schema, so exclude them