Skip to content

Commit 7d18cf4

Browse files
committed
chore: update cpython repo and branch for test
1 parent 71bf192 commit 7d18cf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ help:
5757
@python3 -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST)
5858

5959
clone: ## Clone latest cpython repository to `../cpython/` if it doesn't exist
60-
git clone --depth 1 --no-single-branch https://github.com/python/cpython.git $(CPYTHON_CLONE) || echo "cpython exists"
61-
cd $(CPYTHON_CLONE) && git checkout $(BRANCH)
60+
git clone --depth 1 --no-single-branch https://github.com/mattwang44/cpython.git $(CPYTHON_CLONE) || echo "cpython exists"
61+
cd $(CPYTHON_CLONE) && git checkout fix-pyspecific-sphinx-locale-gettext
6262

6363

6464
$(VENV)/bin/activate:
@@ -67,7 +67,7 @@ $(VENV)/bin/activate:
6767

6868

6969
$(VENV)/bin/sphinx-build: $(VENV)/bin/activate
70-
. $(VENV)/bin/activate; python3 -m pip install "sphinx<5.3" python-docs-theme
70+
. $(VENV)/bin/activate; python3 -m pip install "sphinx==5.3" python-docs-theme
7171

7272

7373
$(VENV)/bin/blurb: $(VENV)/bin/activate

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy