8000 FIX: Checkout before telling the user to install Sphinx. (#1575) · python/python-docs-fr@3223495 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3223495

Browse files
authored
FIX: Checkout before telling the user to install Sphinx. (#1575)
So they use the Sphinx required from our branch, not the Sphinx from another random branch. Fixes: #1556
1 parent 7f7a3d9 commit 3223495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ ensure_prerequisites:
9595
exit 1; \
9696
fi
9797
@if ! (blurb help >/dev/null 2>&1 && sphinx-build --version >/dev/null 2>&1); then \
98+
git -C $(CPYTHON_PATH) checkout $(BRANCH); \
9899
echo "You're missing dependencies, please enable a venv and install:"; \
99100
echo ""; \
100101
echo " python -m pip install -r requirements.txt -r $(CPYTHON_PATH)/Doc/requirements.txt"; \

0 commit comments

Comments
 (0)
0