mik-laj commented on pull request #13440: URL: https://github.com/apache/airflow/pull/13440#issuecomment-754697726
> We can look at the folders under docs-arcivie -- i.e. do a listdir on https://github.com/apache/airflow-site/tree/master/docs-archive/apache-airflow-providers-apache-hive. Yes and no. That would require that every time we want to build documentation, we have that two repositories available. This is quite problematic because it would require some extra work from the user and the repository is quite large. Additionally, it would make the process of publishing a new package more difficult, as you would have to follow 4 steps instead of 2. 1. build documentation for all new packages. 2. copy files to `airflow-site` repository. 3. build documentation with the package list. 4. Copy files for one documentation package only. This adds so much complexity that I already preferred to keep this information in provider.yaml. This is a much lower cost than maintaining a documentation build process that requires two repositories. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
