Skip to content

Commit 995ebf6

Browse files
committed
Makefile: Creating the venv needs the sphinx conf for dependencies.
1 parent ee516bb commit 995ebf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ upgrade_venv:
4444
$(MAKE) -C $(CPYTHON_CLONE)/Doc/ VENVDIR=$(VENV) PYTHON=$(PYTHON) venv
4545

4646

47-
$(VENV)/bin/activate:
47+
$(VENV)/bin/activate: $(SPHINX_CONF)
4848
$(MAKE) -C $(CPYTHON_CLONE)/Doc/ VENVDIR=$(VENV) PYTHON=$(PYTHON) venv
4949

5050

0 commit comments

Comments
 (0)