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

Commit0aa5646

Browse files
authored
remvoe docsbuild-scripts
1 parent8bb7d44 commit0aa5646

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

‎.github/scripts/build.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@ error() {
1313
cd cpython/Doc||exit 1
1414
mkdir -p locales/"$LOCALE"/
1515
ln -sfn"$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
16-
pip3 install -q -r requirements.txt
17-
18-
cd ../../docsbuild/
19-
pip3 install -q -r requirements.txt
20-
python3 ./build_docs.py --quick --build-root ./build_root --www-root ./www --skip-cache-invalidation --language$LOCALE --branch$VERSION
21-
# make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going" 2> >(error)
16+
make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going"2>>(error)

‎.github/workflows/sync.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
with:
3030
ref:${{env.VERSION}}
3131
path:docs
32-
-name:Checkout Build Scripts
33-
uses:actions/checkout@v3
34-
with:
35-
repository:'python/docsbuild-scripts'
36-
ref:${{env.VERSION}}
37-
path:docsbuild
3832
-name:prepare
3933
run:.github/scripts/prepare.sh
4034
-name:update

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp