We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257dd67 commit 6fa3482Copy full SHA for 6fa3482
.github/workflows/pofiles.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: |
48
python -m pip install --upgrade pip
49
- pip install sphinx sphinx-intl sphinxext.rediraffe pyYAML sphinx_togglebutton sphinx_copybutton
+ pip install -r REQUIREMENTS.txt
50
51
- name: Generate English PO files
52
id: "generate-po-files"
0 commit comments