Jarek Potiuk created AIRFLOW-6270:
-------------------------------------
Summary: Remove "good" errors/"warnings" from docs_build
Key: AIRFLOW-6270
URL: https://issues.apache.org/jira/browse/AIRFLOW-6270
Project: Apache Airflow
Issue Type: Improvement
Components: ci
Affects Versions: 2.0.0
Reporter: Jarek Potiuk
When docs are build, errrors/warnigs are printed which might be confusing to
the user. The three lines:
{code:java}
None:3: (ERROR/3) Unexpected indentation.
None:9: (WARNING/2) Definition list ends without a blank line; unexpected
unindent.
None:10: (WARNING/2) Block quote ends without a blank line; unexpected
unindent.{code}
Are always printed but they are not real errors - as an effect people think
that those are real errors that they have to fix (but they do not know how).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)