You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/20 12:08:33 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #20951: Remove `:type` lines now sphinx-autoapi supports typehints

potiuk commented on a change in pull request #20951:
URL: https://github.com/apache/airflow/pull/20951#discussion_r788700871



##########
File path: setup.cfg
##########
@@ -92,12 +92,6 @@ install_requires =
     cryptography>=0.9.3
     deprecated>=1.2.13
     dill>=0.2.2, <0.4
-    # Sphinx RTD theme 0.5.2. introduced limitation to docutils to account for some docutils markup
-    # change:
-    #      https://github.com/readthedocs/sphinx_rtd_theme/issues/1112
-    # This limitation can be removed after this issue is closed:
-    #      https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
-    docutils<0.17

Review comment:
       I think the "lazy-object-proxy' in Dockerfile might be the reason  - see #20979 

##########
File path: setup.cfg
##########
@@ -92,12 +92,6 @@ install_requires =
     cryptography>=0.9.3
     deprecated>=1.2.13
     dill>=0.2.2, <0.4
-    # Sphinx RTD theme 0.5.2. introduced limitation to docutils to account for some docutils markup
-    # change:
-    #      https://github.com/readthedocs/sphinx_rtd_theme/issues/1112
-    # This limitation can be removed after this issue is closed:
-    #      https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
-    docutils<0.17

Review comment:
       I think the "lazy-object-proxy' in Dockerfile.ci might be the reason  - see #20979 




-- 
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: commits-unsubscribe@airflow.apache.org

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