File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments