[
https://issues.apache.org/jira/browse/AIRFLOW-5014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16889967#comment-16889967
]
ASF subversion and git services commented on AIRFLOW-5014:
----------------------------------------------------------
Commit 0404abe032e763995e6389616dc596ee75546be8 in airflow's branch
refs/heads/v1-10-test from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=0404abe ]
[AIRFLOW-5014] Fix sphinx doc problem and leaves API docs
This change fixes autodoc generated documentation problems but also
leaves generated .rst files in _api folder so that it is easier to
debug and fix problems like that in the future.
(cherry picked from commit 185b408f42346c8ec5cefa930ae978fe7629de2a)
> Latest sphinx extensions cause doc build to fail
> ------------------------------------------------
>
> Key: AIRFLOW-5014
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5014
> Project: Apache Airflow
> Issue Type: Bug
> Components: ci, documentation
> Affects Versions: 1.10.4, 2.0.0
> Reporter: Jarek Potiuk
> Priority: Major
>
> Those are the errors:
> {noformat}
> /opt/airflow/docs/_api/airflow/contrib/hooks/ftp_hook/index.rst:132: WARNING:
> Unexpected indentation.
> /opt/airflow/docs/_api/airflow/contrib/hooks/ftp_hook/index.rst:138: WARNING:
> Unexpected indentation.
> /opt/airflow/docs/_api/airflow/contrib/hooks/ftp_hook/index.rst:142: WARNING:
> Block quote ends without a blank line; unexpected unindent.
> /opt/airflow/docs/_api/airflow/contrib/operators/gcs_operator/index.rst:64:
> WARNING: Field list ends without a blank line; unexpected unindent.
> /opt/airflow/docs/_api/airflow/hooks/http_hook/index.rst:95: WARNING:
> Unexpected indentation.
> /opt/airflow/docs/_api/airflow/hooks/http_hook/index.rst:98: WARNING: Block
> quote ends without a blank line; unexpected unindent.
> /opt/airflow/docs/_api/airflow/hooks/http_hook/index.rst:100: WARNING:
> Unexpected indentation.
> /opt/airflow/docs/_api/airflow/hooks/http_hook/index.rst:102: WARNING: Block
> quote ends without a blank line; unexpected unindent.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)