We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd941c8 commit e129ec8Copy full SHA for e129ec8
Makefile
@@ -18,7 +18,6 @@ coverage:
18
.PHONY: doc
19
doc:
20
python3 -c "import PIL" > /dev/null 2>&1 || python3 -m pip install .
21
- python3 -c "import olefile" > /dev/null 2>&1 || python3 -m pip install olefile
22
$(MAKE) -C docs html
23
24
.PHONY: doccheck
docs/Makefile
@@ -43,7 +43,7 @@ clean:
43
-rm -rf $(BUILDDIR)/*
44
45
install-sphinx:
46
- $(PYTHON) -m pip install --quiet sphinx sphinx-copybutton sphinx-issues sphinx-removed-in sphinxext-opengraph furo
+ $(PYTHON) -m pip install --quiet sphinx sphinx-copybutton sphinx-issues sphinx-removed-in sphinxext-opengraph furo olefile
47
48
html:
49
$(MAKE) install-sphinx
0 commit comments