ashb 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_r267721948
########## 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: I don't think we want this to show up in the docs we publish do we? There shouldn't be warnings now with the fixes you already introduced but I think it would be better for the end user to not see what are essentially messages they can't do anything about. ---------------------------------------------------------------- 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
