Skip to content

Commit e78eeae

Browse files
committed
disable sdk creation documentation
1 parent 757ff78 commit e78eeae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tasks/docs.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ def generate_repository(context: Context) -> None:
5353
_generate_infrahub_repository_configuration_documentation(context=context)
5454

5555

56-
@task
57-
def generate_python_sdk(context: Context) -> None:
58-
"""Generate documentation for the Python SDK."""
59-
_generate_infrahub_sdk_configuration_documentation(context=context)
56+
# @task
57+
# def generate_python_sdk(context: Context) -> None:
58+
# """Generate documentation for the Python SDK."""
59+
# _generate_infrahub_sdk_configuration_documentation(context=context)
6060

6161

6262
@task
@@ -169,7 +169,7 @@ def _generate(context: Context) -> None:
169169
_generate_infrahubctl_documentation(context=context)
170170
_generate_infrahub_schema_documentation()
171171
_generate_infrahub_repository_configuration_documentation()
172-
_generate_infrahub_sdk_configuration_documentation()
172+
# _generate_infrahub_sdk_configuration_documentation()
173173
_generate_infrahub_events_documentation()
174174

175175

0 commit comments

Comments
 (0)