mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 13:16:52 +03:00
Merge pull request #6408 from radarhere/furo
Install furo if it is not available
This commit is contained in:
commit
79329fb18d
|
@ -43,6 +43,7 @@ clean:
|
||||||
|
|
||||||
install-sphinx:
|
install-sphinx:
|
||||||
python3 -c "import sphinx" > /dev/null 2>&1 || python3 -m pip install sphinx
|
python3 -c "import sphinx" > /dev/null 2>&1 || python3 -m pip install sphinx
|
||||||
|
python3 -c "import furo" > /dev/null 2>&1 || python3 -m pip install furo
|
||||||
|
|
||||||
html:
|
html:
|
||||||
$(MAKE) install-sphinx
|
$(MAKE) install-sphinx
|
||||||
|
|
Loading…
Reference in New Issue
Block a user