ashb commented on pull request #20079:
URL: https://github.com/apache/airflow/pull/20079#issuecomment-987760275


   > The biggest change (excluding changes caused by the underlying dependency 
upgrades, which isn’t visible in the source) is `exampleinclude` -> 
`literalinclude`. Any specific reason for those?
   
   exampleinclude was only ever designed to work with .py files, and sphinx got 
more specific about the "register_source" call we were doing there -- it 
errored on later Sphinx. literalinclude does what we want for those files, so 
it seemed easier to use that directive than change our exampleinclude to cope 
with non .py files


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