@@ -1133,19 +1133,19 @@ jobs:
1133
1133
KUSTO_TABLE: $(KUSTO_TABLE)
1134
1134
KUSTO_TENANT_ID: $(KUSTO_TENANT_ID)
1135
1135
1136
- - job : VerifySphinxDocumentGenerator
1137
- displayName : " Verify Sphinx Document Generator"
1138
- pool :
1139
- name : ${{ variables.ubuntu_pool }}
1140
- steps :
1141
- - task : UsePythonVersion@0
1142
- displayName : ' Use Python 3.10'
1143
- inputs :
1144
- versionSpec : 3.10
1145
- - bash : pip install --upgrade pip wheel
1146
- displayName : " Install pip and wheel"
1147
- - bash : ./scripts/ci/test_ref_doc.sh
1148
- displayName : " Verify Sphinx Document Generator"
1136
+ # - job: VerifySphinxDocumentGenerator
1137
+ # displayName: "Verify Sphinx Document Generator"
1138
+ # pool:
1139
+ # name: ${{ variables.ubuntu_pool }}
1140
+ # steps:
1141
+ # - task: UsePythonVersion@0
1142
+ # displayName: 'Use Python 3.10'
1143
+ # inputs:
1144
+ # versionSpec: 3.10
1145
+ # - bash: pip install --upgrade pip wheel
1146
+ # displayName: "Install pip and wheel"
1147
+ # - bash: ./scripts/ci/test_ref_doc.sh
1148
+ # displayName: "Verify Sphinx Document Generator"
1149
1149
1150
1150
- job : NotifyCIErrors
1151
1151
dependsOn :
@@ -1183,7 +1183,7 @@ jobs:
1183
1183
- PerformanceCheck
1184
1184
- CheckLinter
1185
1185
- CodegenCoverage
1186
- - VerifySphinxDocumentGenerator
1186
+ # - VerifySphinxDocumentGenerator
1187
1187
condition : and(failed(), in(variables['Build.Reason'], 'BatchedCI'))
1188
1188
displayName : Notify CI Errors
1189
1189
pool :
0 commit comments