Skip to content

Commit 3b86805

Browse files
committed
Fix sphonx
1 parent 0e582dd commit 3b86805

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@
5454
# so a file named "default.css" will overwrite the builtin "default.css".
5555
html_static_path = []
5656

57-
set_type_checking_flag = False
58-
always_document_param_types = False
57+
autodoc_typehints = "description"

docs/source/superannotate.sdk.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ ________
3838
.. autofunction:: superannotate.upload_images_to_project
3939
.. autofunction:: superannotate.attach_image_urls_to_project
4040
.. autofunction:: superannotate.upload_images_from_public_urls_to_project
41-
.. autofunction:: superannotate.upload_images_from_google_cloud_to_project
42-
.. autofunction:: superannotate.upload_images_from_azure_blob_to_project
41+
.. autofunction:: superannotate.upload_images_from_s3_bucket_to_project
42+
.. autofunction:: superannotate.attach_document_urls_to_project
4343
.. autofunction:: superannotate.upload_image_to_project
4444
.. _ref_upload_images_from_folder_to_project:
4545
.. autofunction:: superannotate.upload_images_from_folder_to_project

0 commit comments

Comments
 (0)