fritz-astronomer commented on code in PR #35142:
URL: https://github.com/apache/airflow/pull/35142#discussion_r1369321216
##########
docs/conf.py:
##########
@@ -250,6 +250,7 @@ def _get_rst_filepath_from_path(filepath: pathlib.Path):
"baseoperator.py",
"connection.py",
"dag.py",
+ "dagrun.py"
Review Comment:
ah! good catch! 😰 I did the change in the Github after finally figuring out
why things weren't rendering.
##########
docs/conf.py:
##########
@@ -250,6 +250,7 @@ def _get_rst_filepath_from_path(filepath: pathlib.Path):
"baseoperator.py",
"connection.py",
"dag.py",
+ "dagrun.py"
Review Comment:
ah! good catch! 😰 I did the change in the Github after finally figuring out
why things weren't rendering.
--
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]