mik-laj commented on a change in pull request #12304:
URL: https://github.com/apache/airflow/pull/12304#discussion_r522275161



##########
File path: docs/exts/sphinx_script_update.py
##########
@@ -101,11 +101,22 @@ def build_finished(app, exception):
     script_url = app.config.redoc_script_url
     output_filename = "script.js"
 
+    fetch_and_cache(script_url, output_filename)
+
+
+def build_finished(app, exception):

Review comment:
       I download the necessary files at the start of the documentation build 
process to avoid a problem with snowflake-connector-python.
   See: https://github.com/snowflakedb/snowflake-connector-python/issues/324




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to