From 54a031725292b0eff3237a6b4ab60dc1f3650c55 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Thu, 25 Mar 2021 01:59:46 +0100 Subject: [PATCH] Fixed failing sqlalchemy inventory. This time sqlalchemy causes docs build failures --- docs/exts/docs_build/third_party_inventories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/exts/docs_build/third_party_inventories.py b/docs/exts/docs_build/third_party_inventories.py index 307fd391f26b3..2f5c429e87bc4 100644 --- a/docs/exts/docs_build/third_party_inventories.py +++ b/docs/exts/docs_build/third_party_inventories.py @@ -24,7 +24,7 @@ 'pandas': 'https://pandas.pydata.org/pandas-docs/stable', 'python': 'https://docs.python.org/3', 'requests': 'https://requests.readthedocs.io/en/master', - 'sqlalchemy': 'https://docs.sqlalchemy.org/en/latest', + 'sqlalchemy': 'https://docs.sqlalchemy.org/en/stable', 'google-api-core': 'https://googleapis.dev/python/google-api-core/latest', 'google-cloud-automl': 'https://googleapis.dev/python/automl/latest', 'google-cloud-bigquery': 'https://googleapis.dev/python/bigquery/latest',