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 1f7509d commit 858a836Copy full SHA for 858a836
azure-pipelines.yml
@@ -31,7 +31,7 @@ jobs:
31
architecture: 'x64'
32
- bash: |
33
python -m pip install --upgrade pip setuptools wheel
34
- python -m pip install sh click Sphinx sphinx-rtd-theme recommonmark polib wheel
+ python -m pip install sh click Sphinx==1.8.5 sphinx-rtd-theme recommonmark polib wheel
35
python -m pip install --upgrade cpp-coveralls
36
displayName: 'Install python deps'
37
@@ -41,9 +41,11 @@ jobs:
41
42
sphinx-build -E -W -b html . _build/html
43
displayName: 'Building docs'
44
+ continueOnError: true
45
46
make check-translate
47
displayName: 'Checking translations'
48
49
50
sudo apt-get install gettext
51
displayName: 'Install native deps'
0 commit comments