From 7d18cf4233077574f1131e4d093558e09c8ad3d3 Mon Sep 17 00:00:00 2001 From: "Matt.Wang" Date: Fri, 21 Oct 2022 23:50:24 +0800 Subject: [PATCH] chore: update cpython repo and branch for test --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 48246f5883..db220ce443 100644 --- a/Makefile +++ b/Makefile @@ -57,8 +57,8 @@ help: @python3 -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST) clone: ## Clone latest cpython repository to `../cpython/` if it doesn't exist - git clone --depth 1 --no-single-branch https://github.com/python/cpython.git $(CPYTHON_CLONE) || echo "cpython exists" - cd $(CPYTHON_CLONE) && git checkout $(BRANCH) + git clone --depth 1 --no-single-branch https://github.com/mattwang44/cpython.git $(CPYTHON_CLONE) || echo "cpython exists" + cd $(CPYTHON_CLONE) && git checkout fix-pyspecific-sphinx-locale-gettext $(VENV)/bin/activate: @@ -67,7 +67,7 @@ $(VENV)/bin/activate: $(VENV)/bin/sphinx-build: $(VENV)/bin/activate - . $(VENV)/bin/activate; python3 -m pip install "sphinx<5.3" python-docs-theme + . $(VENV)/bin/activate; python3 -m pip install "sphinx==5.3" python-docs-theme $(VENV)/bin/blurb: $(VENV)/bin/activate