jscheffl commented on code in PR #67390:
URL: https://github.com/apache/airflow/pull/67390#discussion_r3300035557


##########
devel-common/src/docs/utils/conf_constants.py:
##########
@@ -97,15 +98,35 @@ def get_rst_epilogue(package_version: str, airflow_core: 
bool) -> str:
     "metrics_tables_from_registry",
 ]
 
-SPHINX_REDOC_EXTENSIONS = [
-    "autoapi.extension",
-    # First, generate redoc
-    "sphinxcontrib.redoc",
-    # Second, update redoc script
-    "sphinx_script_update",
-]
+# Properties for Swagger OpenAPI generation:
+# See https://github.com/SAP/swagger-plugin-for-sphinx
+SPHINX_SWAGGER_EXTENSION = "swagger_plugin_for_sphinx"
+
+
+def mirror_artifact_locally(source_uri: str, doc_root: pathlib.Path) -> str:

Review Comment:
   Note: This will go-away with the next release of swagger-plugin-for-sphinx 
after https://github.com/SAP/swagger-plugin-for-sphinx/pull/509



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to