potiuk commented on code in PR #36041:
URL: https://github.com/apache/airflow/pull/36041#discussion_r1413591419


##########
setup.py:
##########
@@ -306,6 +306,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT 
/ "airflow" / "git_ve
     "sphinx-argparse>=0.1.13",
     "sphinx-autoapi>=2.0.0",
     "sphinx-copybutton",
+    "sphinx-design",

Review Comment:
   Yeah. We might give a little helping hand to `pip` to get it resolve 
dependencies faster. 
   
   Generally for docs we care little less than for "airflow" dependencies - 
because we will always have "latest matching" for those. Looking at this:
   
   
https://github.com/apache/airflow/actions/runs/7081768640/job/19271539099?pr=36041#step:6:18443
   
   The version that is automatically installed is `0.5.0` (latest) so `>=0.5.0` 
would be fine.



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