10000 Fix sphinx version and continue on doc and translation failure · mimoccc/circuitpython@858a836 · GitHub
[go: up one dir, main page]

Skip to content

Commit 858a836

Browse files
committed
Fix sphinx version and continue on doc and translation failure
1 parent 1f7509d commit 858a836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
architecture: 'x64'
3232
- bash: |
3333
python -m pip install --upgrade pip setuptools wheel
34-
python -m pip install sh click Sphinx sphinx-rtd-theme recommonmark polib wheel
34+
python -m pip install sh click Sphinx==1.8.5 sphinx-rtd-theme recommonmark polib wheel
3535
python -m pip install --upgrade cpp-coveralls
3636
displayName: 'Install python deps'
3737
- bash: |
@@ -41,9 +41,11 @@ jobs:
4141
- bash: |
4242
sphinx-build -E -W -b html . _build/html
4343
displayName: 'Building docs'
44+
continueOnError: true
4445
- bash: |
4546
make check-translate
4647
displayName: 'Checking translations'
48+
continueOnError: true
4749
- bash: |
4850
sudo apt-get install gettext
4951
displayName: 'Install native deps'

0 commit comments

Comments
 (0)
0