Skip to content

Commit 1a16d50

Browse files
committed
fix(actions): try to fix docs action
1 parent 0db3b00 commit 1a16d50

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/docs-localization-download.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Build locales"
3030
run:
3131
sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l
32-
hi -l ko -l pt_BR -l es -l zh_CN -l ru
32+
hi -l ko -l pt_BR -l es -l zh_CN -l ru -l en
3333
working-directory: ./docs
3434
- name: "Crowdin"
3535
uses: crowdin/github-action@v2

.github/workflows/docs-localization-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: "Build locales"
3636
run:
3737
sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l
38-
hi -l ko -l pt_BR -l es -l zh_CN -l ru
38+
hi -l ko -l pt_BR -l es -l zh_CN -l ru -l en
3939
working-directory: ./docs
4040
- name: "Crowdin"
4141
uses: crowdin/github-action@v2

requirements/docs.txt

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ sphinx-copybutton==0.5.2
77
furo==2024.8.6
88
sphinx-autodoc-typehints==2.2.3
99
sphinx-intl==2.2.0
10-
typing_extensions==4.12.2

0 commit comments

Comments
 (0)