File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,7 @@ clean:
4343 -rm -rf $(BUILDDIR ) /*
4444
4545install-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
5348html :
5449 $(MAKE ) install-sphinx
You can’t perform that action at this time.
0 commit comments