8000
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 9140ad4 commit a66fd1dCopy full SHA for a66fd1d
Makefile
@@ -45,7 +45,7 @@ $(SPHINX_CONF):
45
.PHONY: upgrade_venv
46
upgrade_venv:
47
$(MAKE) -C $(CPYTHON_CLONE)/Doc/ VENVDIR=$(VENV) PYTHON=$(PYTHON) venv
48
- $(VENV)/bin/pip install -U potodo powrap pospell
+ $(VENV)/bin/pip install -U pip potodo powrap pospell
49
50
51
$(VENV)/bin/activate: $(SPHINX_CONF)
@@ -109,4 +109,4 @@ endif
109
110
.PHONY: fuzzy
111
fuzzy: $(VENV)/bin/potodo
112
- $(VENV)/bin/potodo --github python/python-docs-fr -f
+ $(VENV)/bin/potodo -f
0 commit comments