You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ry...@apache.org on 2021/03/05 13:35:55 UTC

[airflow] branch master updated: Bump version to match node dependency (#14624)

This is an automated email from the ASF dual-hosted git repository.

ryanahamilton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 86a54b7  Bump version to match node dependency (#14624)
86a54b7 is described below

commit 86a54b763dc458d5c24caba399dd07eac913ed9c
Author: Ryan Hamilton <ry...@ryanahamilton.com>
AuthorDate: Fri Mar 5 08:35:43 2021 -0500

    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 13758c7..353b2eb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -536,4 +536,4 @@ if PACKAGE_NAME == 'apache-airflow':
     ]
 
     # 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"