You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/11/15 00:38:10 UTC

[airflow] branch master updated: Fix RTD docs build (#12373)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ba8b31  Fix RTD docs build (#12373)
9ba8b31 is described below

commit 9ba8b31ed5001ea6522657b86ce3dfd2a75d594c
Author: Kamil BreguĊ‚a <mi...@users.noreply.github.com>
AuthorDate: Sun Nov 15 01:37:22 2020 +0100

    Fix RTD docs build (#12373)
---
 docs/exts/providers_packages_ref.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/exts/providers_packages_ref.py b/docs/exts/providers_packages_ref.py
index cdd1966..10ea9d6 100644
--- a/docs/exts/providers_packages_ref.py
+++ b/docs/exts/providers_packages_ref.py
@@ -15,10 +15,9 @@
 # specific language governing permissions and limitations
 # under the License.
 
+from provider_yaml_utils import load_package_data  # pylint: disable=no-name-in-module
 from sphinx.application import Sphinx
 
-from docs.exts.provider_yaml_utils import load_package_data  # pylint: disable=no-name-in-module
-
 
 def _on_config_inited(app, config):
     del app