We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab34d31 commit a6b0748Copy full SHA for a6b0748
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
run: powrap --check --quiet **/*.po
33
- name: Pospell
34
run: |
35
- awk 1 dict dictionaries/*.txt > dict.txt
+ python scripts/create_dict.py
36
pospell -p dict.txt -l es_AR -l es_ES **/*.po
37
- name: Construir documentación
38
run: PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html
0 commit comments