test: use homebrew to install sphinx instead of pip on macOS
authorVincent Fu <vincent.fu@samsung.com>
Fri, 4 Nov 2022 17:15:10 +0000 (13:15 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 4 Nov 2022 17:50:31 +0000 (13:50 -0400)
commit02ee8a1ba7ea798f03fb029f589382b6f799be24
tree72f9126d371da85889454930f0e1859144728ac0
parent70d9a988dfd0e08ac299044a2cb8eff3d8b51949
test: use homebrew to install sphinx instead of pip on macOS

With the current GitHub Actions macOS image, pip3 install sphinx does
not appear to place sphinx-doc in the path. This results in
documentation build failures.

Resolve this by using homebrew to install sphinx-doc and add it to the
search path.

https://www.sphinx-doc.org/en/master/usage/installation.html
https://github.com/vincentkfu/fio/actions/runs/3395703049/jobs/5645918799

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
ci/actions-install.sh