Skip to content

Commit dd941c8

Browse files
radarherehugovk
andauthored
Install dependencies always, but quietly
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 652e338 commit dd941c8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ clean:
4343
-rm -rf $(BUILDDIR)/*
4444

4545
install-sphinx:
46-
$(PYTHON) -c "import sphinx" > /dev/null 2>&1 || $(PYTHON) -m pip install sphinx
47-
$(PYTHON) -c "import sphinx_copybutton" > /dev/null 2>&1 || $(PYTHON) -m pip install sphinx-copybutton
48-
$(PYTHON) -c "import sphinx_issues" > /dev/null 2>&1 || $(PYTHON) -m pip install sphinx-issues
49-
$(PYTHON) -c "import sphinx_removed_in" > /dev/null 2>&1 || $(PYTHON) -m pip install sphinx-removed-in
50-
$(PYTHON) -c "import sphinxext_opengraph" > /dev/null 2>&1 || $(PYTHON) -m pip install sphinxext-opengraph
51-
$(PYTHON) -c "import furo" > /dev/null 2>&1 || $(PYTHON) -m pip install furo
46+
$(PYTHON) -m pip install --quiet sphinx sphinx-copybutton sphinx-issues sphinx-removed-in sphinxext-opengraph furo
5247

5348
html:
5449
$(MAKE) install-sphinx

0 commit comments

Comments
 (0)