Install sphinx via pip rather than brew

That's what brew advises
This commit is contained in:
Kovid Goyal
2020-02-22 18:47:46 +05:30
parent cba36f2240
commit 8f4ec036e7

View File

@@ -82,7 +82,8 @@ jobs:
LANG: en_US.UTF-8
steps:
- checkout
- run: brew install pkg-config imagemagick harfbuzz python sphinx-doc
- run: brew install pkg-config imagemagick harfbuzz python
- run: python3 -m pip install sphinx
- run: python3 setup.py build --debug --verbose
- run: ./kitty/launcher/kitty +launch test.py
- run: echo "export PATH=/usr/local/opt/sphinx-doc/bin:$PATH" >> $BASH_ENV