We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent71bf192 commit19f27b6Copy full SHA for 19f27b6
Makefile
@@ -57,8 +57,8 @@ help:
57
@python3 -c"$$PRINT_HELP_PYSCRIPT"<$(MAKEFILE_LIST)
58
59
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)
+git clone --depth 1 --no-single-branch https://github.com/mattwang44/cpython.git$(CPYTHON_CLONE)||echo"cpython exists"
+cd$(CPYTHON_CLONE)&& git checkoutfix-pyspecific-sphinx-locale-gettext
62
63
64
$(VENV)/bin/activate:
@@ -67,7 +67,7 @@ $(VENV)/bin/activate:
67
68
69
$(VENV)/bin/sphinx-build:$(VENV)/bin/activate
70
-.$(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
71
72
73
$(VENV)/bin/blurb:$(VENV)/bin/activate