mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
black
This commit is contained in:
committed by
Massimo Fabbro
parent
87283874a1
commit
27d0b04db5
@@ -104,7 +104,12 @@ autoapi_dirs = [
|
||||
|
||||
# These are auto-generated based on the IFC schema, so exclude them
|
||||
# Temporarily ignore bsdd files until they are packaged properly in the wheel.
|
||||
autoapi_ignore = ["*ifcopenshell/express/rules*", "*bsdd/bsdd_json.py", "*bsdd/type_hints.py", "*bsdd/yml_to_classes.py"]
|
||||
autoapi_ignore = [
|
||||
"*ifcopenshell/express/rules*",
|
||||
"*bsdd/bsdd_json.py",
|
||||
"*bsdd/type_hints.py",
|
||||
"*bsdd/yml_to_classes.py",
|
||||
]
|
||||
|
||||
# Custom autoapi templates to make it easier to read our docs
|
||||
autoapi_template_dir = "_autoapi_templates"
|
||||
|
||||
Reference in New Issue
Block a user