amoghrajesh commented on issue #32295:
URL: https://github.com/apache/airflow/issues/32295#issuecomment-1621114659
@potiuk @Adaverse I think this is a bigger problem and cannot be fixed post
the docs are generated. This should be fixed in the sphinx config.
Why are we excluding the `example_dags` while building the docs?
```
exclude_patterns.extend(
_get_rst_filepath_from_path(f) for f in
pathlib.Path(PACKAGE_DIR).glob("**/example_dags")
)
```
--
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]