mik-laj commented on a change in pull request #4788: [AIRFLOW-3811][3/3] Add automatic generation of API Reference URL: https://github.com/apache/airflow/pull/4788#discussion_r267753462
########## File path: docs/conf.py ########## @@ -184,7 +217,7 @@ # modindex_common_prefix = [] # If true, keep warnings as "system message" paragraphs in the built documents. -# keep_warnings = False +keep_warnings = True Review comment: This is only information for the developer. Not everyone knows this switch. The end-user will not see these messages because we have a zero error policy in the documentation. Console warnings continue to appear, so this option is safe. ---------------------------------------------------------------- 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
