Update Makefile since potodo removed --github option. (#857)

This commit is contained in:
Christophe Nanteuil 2019-08-20 11:40:56 +02:00 committed by Julien Palard
parent 9140ad4fbd
commit a66fd1d35e
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ $(SPHINX_CONF):
.PHONY: upgrade_venv
upgrade_venv:
$(MAKE) -C $(CPYTHON_CLONE)/Doc/ VENVDIR=$(VENV) PYTHON=$(PYTHON) venv
$(VENV)/bin/pip install -U potodo powrap pospell
$(VENV)/bin/pip install -U pip potodo powrap pospell
$(VENV)/bin/activate: $(SPHINX_CONF)
@ -109,4 +109,4 @@ endif
.PHONY: fuzzy
fuzzy: $(VENV)/bin/potodo
$(VENV)/bin/potodo --github python/python-docs-fr -f
$(VENV)/bin/potodo -f