From 86a54b763dc458d5c24caba399dd07eac913ed9c Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Fri, 5 Mar 2021 08:35:43 -0500 Subject: [PATCH] Bump version to match node dependency (#14624) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 13758c74991ee..353b2eb2f5773 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -536,4 +536,4 @@ def _load_config(): ] # Options for script updater - redoc_script_url = "https://cdn.jsdelivr.net/npm/redoc@2.0.0-rc.30/bundles/redoc.standalone.js" + redoc_script_url = "https://cdn.jsdelivr.net/npm/redoc@2.0.0-rc.48/bundles/redoc.standalone.js"