Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fe7750

Browse files
committed
chore: apply patch in Makefile for handling Sphinx version issue
1 parent96d9bd5 commit5fe7750

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ 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/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
6263

6364

6465
$(VENV)/bin/activate:
@@ -67,7 +68,7 @@ $(VENV)/bin/activate:
6768

6869

6970
$(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
7172

7273

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp