You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-pipelines.yml
+5-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ jobs:
5
5
parameters:
6
6
name: macOS
7
7
vmImage: xcode9-macos10.13
8
+
8
9
- template: ci/azure/posix.yml
9
10
parameters:
10
11
name: Linux
@@ -134,7 +135,10 @@ jobs:
134
135
- script: |
135
136
export PATH=$HOME/miniconda3/bin:$PATH
136
137
source activate pandas-dev
137
-
doc/make.py
138
+
# Next we should simply have `doc/make.py --warnings-are-errors`, everything else is required because the ipython directive doesn't fail the build on errors (https://github.com/ipython/ipython/issues/11547)
139
+
doc/make.py --warnings-are-errors | tee sphinx.log ; SPHINX_RET=${PIPESTATUS[0]}
0 commit comments