Skip to content

Commit

Permalink
Install furo if it is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 1, 2022
1 parent 11918ea commit 4ca99f7
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 4ca99f7

Please sign in to comment.