Skip to content

Commit

Permalink
Merge pull request #6408 from radarhere/furo
Browse files Browse the repository at this point in the history
Install furo if it is not available
  • Loading branch information
mergify[bot] committed Jul 1, 2022
2 parents 11918ea + 4ca99f7 commit 79329fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Makefile
Expand Up @@ -43,6 +43,7 @@ clean:

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:
$(MAKE) install-sphinx
Expand Down

0 comments on commit 79329fb

Please sign in to comment.