8000 Update Makefile since potodo removed --github option. (#857) · python/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. (#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
< 620A td data-grid-cell-id="diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52-50-50-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">50
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

50

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