8000 Update Makefile since potodo removed --github option. (#857) · nshaud/python-docs-fr@a66fd1d · GitHub
[go: up one dir, main page]

Skip to content

Commit a66fd1d

Browse files
christopheNanJulienPalard
authored andcommitted
Update Makefile since potodo removed --github option. (python#857)
1 parent 9140ad4 commit a66fd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $(SPHINX_CONF):
4545
.PHONY: upgrade_venv
4646
upgrade_venv:
4747
$(MAKE) -C $(CPYTHON_CLONE)/Doc/ VENVDIR=$(VENV) PYTHON=$(PYTHON) venv
48-
$(VENV)/bin/pip install -U potodo powrap pospell
48+
$(VENV)/bin/pip install -U pip potodo powrap pospell
4949

5050

5151
$(VENV)/bin/activate: $(SPHINX_CONF)
@@ -109,4 +109,4 @@ endif
109109

110110
.PHONY: fuzzy
111111
fuzzy: $(VENV)/bin/potodo
112-
$(VENV)/bin/potodo --github python/python-docs-fr -f
112+
$(VENV)/bin/potodo -f

0 commit comments

Comments
 (0)
0