File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 57
57
@python3 -c " $$ PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST )
58
58
59
59
clone : # # Clone latest cpython repository to `../cpython/` if it doesn't exist
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
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 )
62
+ curl -L https://github.com/python/cpython/commit/383f9a7.patch/\? full_index\= 1 | git apply -v --index
62
63
63
64
64
65
$(VENV ) /bin/activate :
@@ -67,7 +68,7 @@ $(VENV)/bin/activate:
67
68
68
69
69
70
$(VENV ) /bin/sphinx-build : $(VENV ) /bin/activate
70
- . $(VENV ) /bin/activate; python3 -m pip install " sphinx==5.3 " python-docs-theme
71
+ . $(VENV ) /bin/activate; python3 -m pip install sphinx python-docs-theme
71
72
72
73
73
74
$(VENV ) /bin/blurb : $(VENV ) /bin/activate
You can’t perform that action at this time.
0 commit comments