From 8ab6894915d95a08dc4b1008fd3713dbcbbc8a01 Mon Sep 17 00:00:00 2001 From: dstandish Date: Sun, 29 Dec 2019 12:21:51 -0800 Subject: [PATCH] [AIRFLOW-XXX] add note warning that bash>4.0 is required for docs build script (#6947) (cherry picked from commit dfc7b60f560b5e4a498f6ef7ff72c1d234224cce) --- CONTRIBUTING.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0d38810f79689d..4195d1e7a0b76d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -95,6 +95,10 @@ To generate a local version: ./build.sh ./start_doc_server.sh +.. note:: + The docs build script ``build.sh`` requires bash 4.0 or greater. + If you are building on mac, you can install latest version of bash with homebrew. + Pull Request Guidelines =======================