mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Hotfix to generate IOS docs until we properly package bsdd
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from pydantic import BaseModel
|
||||
from .type_hints import *
|
||||
from typing import Optional, Literal
|
||||
from datetime import datetime
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
from typing import Literal, Annotated
|
||||
from datetime import datetime
|
||||
from pydantic import BeforeValidator
|
||||
from typing import Literal
|
||||
|
||||
|
||||
COUNTRY_CODE = Literal[
|
||||
|
||||
@@ -103,7 +103,8 @@ autoapi_dirs = [
|
||||
# autoapi_dirs = ['../../bcf/bcf', '../../bsdd', '../../ifccsv', '../../ifcdiff', '../../ifcpatch/ifcpatch', '../../ifctester/ifctester']
|
||||
|
||||
# These are auto-generated based on the IFC schema, so exclude them
|
||||
autoapi_ignore = ["*ifcopenshell/express/rules*"]
|
||||
# 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"]
|
||||
|
||||
# Custom autoapi templates to make it easier to read our docs
|
||||
autoapi_template_dir = "_autoapi_templates"
|
||||
|
||||
Reference in New Issue
Block a user