This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b43d072254c94f1f53b08e6d0efecfc9b0496c79 Author: Itay Bittan <[email protected]> AuthorDate: Thu Apr 21 18:08:49 2022 +0300 fix Build docs failure --- docs/docker-stack/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-stack/build.rst b/docs/docker-stack/build.rst index 08e70e6c36..c151c60967 100644 --- a/docs/docker-stack/build.rst +++ b/docs/docker-stack/build.rst @@ -292,7 +292,7 @@ Example of adding Airflow Provider package and ``apt`` package The following example adds ``apache-spark`` airflow-providers which requires both ``java`` and python package from PyPI. -.. exampleinclude:: docker-examples/extending/add-provider-extend/Dockerfile +.. exampleinclude:: docker-examples/extending/add-providers/Dockerfile :language: Dockerfile :start-after: [START Dockerfile] :end-before: [END Dockerfile]
