You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/06 15:37:41 UTC

[GitHub] [airflow] serkef commented on pull request #7407: [AIRFLOW-6786] Add KafkaConsumerHook, KafkaProduerHook and KafkaSensor

serkef commented on pull request #7407:
URL: https://github.com/apache/airflow/pull/7407#issuecomment-624723459


   > Okay, my latest error in this build process is this:
   > 
   > > /opt/airflow/docs/_api/airflow/providers/apache/kafka/hooks/kafka_consumer_hook/index.rst:37: WARNING: Unexpected indentation.
   > > /opt/airflow/docs/_api/airflow/providers/apache/kafka/sensors/kafka_sensor/index.rst:35: WARNING: Field list ends without a blank line; unexpected unindent.
   > > looking for now-outdated files... none found
   > > pickling environment... done
   > > checking consistency... /opt/airflow/docs/_api/airflow/providers/apache/kafka/hooks/index.rst: WARNING: document isn't included in any toctree
   > > /opt/airflow/docs/_api/airflow/providers/apache/kafka/sensors/index.rst: WARNING: document isn't included in any toctree
   > > done
   > 
   > Does anyone know how to resolve an issue like this? @ashb? @kaxil?
   
   @dferguson992 for the last 2 warnings, you need to add the new path in sphinx. Check the known issues in [contributing.md](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#documentation)
   for the first 2 warnings, I'll add comments in the code where I think this fails. You test locally by building the docs.


----------------------------------------------------------------
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:
users@infra.apache.org