ktrueda commented on pull request #11627:
URL: https://github.com/apache/airflow/pull/11627#issuecomment-714492687
`CI Build / Build docs (pull_request) Failing after 10m — Build docs` said
```
==================== Error 1 ====================
WARNING: Definition list ends without a blank line; unexpected unindent.
File path:
/opt/airflow/docs/_api/airflow/providers/slack/operators/slack/index.rst (71)
67 | dag=dag,
68 | token="XXX",
69 | text="hello there!",
70 | channel="#random",
71 | )
72 |
73 | :param channel: channel in which to post message on slack name
(#general) or
74 | ID (C12318391). (templated)
75 | :type channel: str
76 | :param username: Username that airflow will be posting to Slack
as. (templated)
==================== Error 2 ====================
WARNING: Definition list ends without a blank line; unexpected unindent.
File path:
/opt/airflow/docs/_api/airflow/providers/slack/operators/slack/index.rst (123)
119 | initial_comment="Hello World!",
120 | filename="hello_world.csv",
121 | filetype="csv",
122 | content="hello,world,csv,file",
123 | )
124 |
125 | :param channel: channel in which to sent file on slack name
(templated)
126 | :type channel: str
127 | :param initial_comment: message to send to slack. (templated)
128 | :type initial_comment: str
==================================================
```
`CI Build / Spell check docs (pull_request)` said
```
/opt/airflow/docs/_api/airflow/providers/slack/operators/slack/index.rst:71:Definition
list ends without a blank line; unexpected unindent.
==================== Error 1 ====================
Sphinx spellcheck returned non-zero exit status: 2.
==================================================
```
I didn't modify these files. How can I pass these CI.
And `CI Build / MySQL8, Py3.6 (pull_request)` failed. I have no idea about
this test.
----------------------------------------------------------------
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]