mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +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 __future__ import annotations
|
||||||
|
|
||||||
from pydantic import BaseModel
|
|
||||||
from .type_hints import *
|
from .type_hints import *
|
||||||
from typing import Optional, Literal
|
from typing import Optional, Literal
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
from typing import Literal, Annotated
|
from typing import Literal
|
||||||
from datetime import datetime
|
|
||||||
from pydantic import BeforeValidator
|
|
||||||
|
|
||||||
|
|
||||||
COUNTRY_CODE = Literal[
|
COUNTRY_CODE = Literal[
|
||||||
|
|||||||
@@ -103,7 +103,8 @@ autoapi_dirs = [
|
|||||||
# autoapi_dirs = ['../../bcf/bcf', '../../bsdd', '../../ifccsv', '../../ifcdiff', '../../ifcpatch/ifcpatch', '../../ifctester/ifctester']
|
# autoapi_dirs = ['../../bcf/bcf', '../../bsdd', '../../ifccsv', '../../ifcdiff', '../../ifcpatch/ifcpatch', '../../ifctester/ifctester']
|
||||||
|
|
||||||
# These are auto-generated based on the IFC schema, so exclude them
|
# 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
|
# Custom autoapi templates to make it easier to read our docs
|
||||||
autoapi_template_dir = "_autoapi_templates"
|
autoapi_template_dir = "_autoapi_templates"
|
||||||
|
|||||||
Reference in New Issue
Block a user