ashb commented on issue #4788: [AIRFLOW-3811][3/3] Add automatic generation of API Reference URL: https://github.com/apache/airflow/pull/4788#issuecomment-477223805 @mik-laj Trying to pull this in to 1.10.3 and I'm getting some odd warnings (which we treat as errors): ``` /Users/ash/code/python/incubator-airflow/docs/_api/airflow/www_rbac/utils/index.rst:86: WARNING: Unexpected indentation. /Users/ash/code/python/incubator-airflow/docs/_api/airflow/www_rbac/utils/index.rst:87: WARNING: Block quote ends without a blank line; unexpected unindent. ``` I turned on keep files, and bigquery_hook/index.rst:276 maps to this line in my source https://github.com/apache/airflow/blob/da224b901ecc8cf202e3e769d6d7c1c44ffde623/airflow/www/utils.py#L119-L120 Comparing to master: https://github.com/apache/airflow/blob/master/airflow/www/utils.py#L91-L92 The issue here is a the lack of a new line - I'm just not sure how this didn't fail CI as a result?
---------------------------------------------------------------- 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] With regards, Apache Git Services
