RNHTTR commented on pull request #13982:
URL: https://github.com/apache/airflow/pull/13982#issuecomment-772200828


   ```#################### Docs build errors summary ####################
   ==================== apache-airflow-providers-google ====================
   -------------------- Error   1 --------------------
   /opt/airflow/docs/apache-airflow-providers-google/_api/drive/index.rst: 
WARNING: document isn't included in any toctree
   
   -------------------- Error   2 --------------------
    WARNING: undefined label: howto/operator:googledrivetogcsoperator
   
   File path: 
apache-airflow-providers-google/_api/airflow/providers/google/cloud/transfers/gdrive_to_gcs/index.rst
 (17)
   
     12 |    Bases: :class:`airflow.models.BaseOperator`
     13 | 
     14 |    Writes a Google Drive file into Google Cloud Storage.
     15 | 
     16 |    .. seealso::
   > 17 |        For more information on how to use this operator, take a look 
at the guide:
     18 |        :ref:`howto/operator:GoogleDriveToGCSOperator`
     19 | 
     20 |    :param destination_bucket: The destination Google cloud storage 
bucket where the
     21 |        file should be written to
     22 |    :type destination_bucket: str
   ##################################################
   
   #################### Spelling errors summary ####################
   ==================== apache-airflow-providers-google ====================
   -------------------- Error   1 --------------------
   Sphinx spellcheck returned non-zero exit status: 2.
   
   ==================================================
   
   
   If the spelling is correct, add the spelling to docs/spelling_wordlist.txt
   or use the spelling directive.
   Check 
https://sphinxcontrib-spelling.readthedocs.io/en/latest/customize.html#private-dictionaries
   for more details.
       
   
   ##################################################```
   
   It seems the Google Drive sensor is being added to 
`/opt/airflow/docs/apache-airflow-providers-google/_api/drive/index.rst` 
instead of 
`/opt/airflow/docs/apache-airflow-providers-google/_api/airflow/providers/google/suite/sensors/index.rst`
 which doesn't seem to get created.
   
   I have no idea what's happening with the spelling issue or the issue in the 
`GoogleDriveToGCSOperator` docstring. I copied it from the 
`GoogleSheetsToGCSOperator`, but I'm not really sure how restructuredtext works.


----------------------------------------------------------------
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]


Reply via email to