From 890c81098c0bcb24d813c6d641eb39850619305d Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Fri, 31 Mar 2023 15:39:50 +0200 Subject: [PATCH] Revert "Workaround documentation prooblems for Boto3 (#29865)" This reverts commit 1b17559f76427a999fc2e46497296af93c559d23. --- docs/exts/docs_build/third_party_inventories.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/exts/docs_build/third_party_inventories.py b/docs/exts/docs_build/third_party_inventories.py index eb258e8964e08..7ac33a5333801 100644 --- a/docs/exts/docs_build/third_party_inventories.py +++ b/docs/exts/docs_build/third_party_inventories.py @@ -17,10 +17,7 @@ from __future__ import annotations THIRD_PARTY_INDEXES = { - # Temporary set to the latest version of boto3 inventory which has all the methods - # This should be changed back to "latest" once the inventory is fixed - # See https://github.com/boto/boto3/issues/3610 for details - "boto3": "https://boto3.amazonaws.com/v1/documentation/api/1.26.80", + "boto3": "https://boto3.amazonaws.com/v1/documentation/api/latest", "celery": "https://docs.celeryq.dev/en/stable/", "docker": "https://docker-py.readthedocs.io/en/stable", "hdfs": "https://hdfscli.readthedocs.io/en/latest",