We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7a3d9 commit 3223495Copy full SHA for 3223495
1 file changed
Makefile
@@ -95,6 +95,7 @@ ensure_prerequisites:
95
exit 1; \
96
fi
97
@if ! (blurb help >/dev/null 2>&1 && sphinx-build --version >/dev/null 2>&1); then \
98
+ git -C $(CPYTHON_PATH) checkout $(BRANCH); \
99
echo "You're missing dependencies, please enable a venv and install:"; \
100
echo ""; \
101
echo " python -m pip install -r requirements.txt -r $(CPYTHON_PATH)/Doc/requirements.txt"; \
0 commit comments