Skip to content

Commit 5dc2b0a

Browse files
Translation build can be flaky
1 parent 213f15c commit 5dc2b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ build:
1616
- make html CPYTHON_PATH=cpython
1717
- mv cpython/Doc/build _readthedocs
1818
# Build Polish translation preview.
19-
- make html CPYTHON_PATH=cpython SPHINXOPTS="-D language=pl"
19+
- make html CPYTHON_PATH=cpython SPHINXOPTS="-D language=pl" || true
2020
- mv cpython/Doc/build _readthedocs/pl

0 commit comments

Comments
 (0)