eladkal commented on code in PR #28651:
URL: https://github.com/apache/airflow/pull/28651#discussion_r1059654006
##########
docs/apache-airflow-providers-ftp/index.rst:
##########
@@ -35,6 +35,12 @@ Content
Operators <operators/index>
+.. toctree::
+ :hidden:
+ :caption: System tests
+
+ System Tests <_api/tests/system/providers/ftp/index>
+
Review Comment:
I'm not sure why the static tests fails on
```
Checking docs/apache-airflow-providers-ftp/index.rst
The docs/apache-airflow-providers-ftp/index.rst does not contain System
Tests TOC.
Make sure to add those lines to docs/apache-airflow-providers-ftp/index.rst:
.. toctree::
:hidden:
:caption: System tests
System Tests <_api/tests/system/providers/ftp/index>
```
In this PR. I would expect this to present failure on the PR that added the
system tests for the provider https://github.com/apache/airflow/pull/26974?
@potiuk is this expected?
in any case this commit should solve the problem
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]