diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40207de26..565ca0374 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -118,7 +118,7 @@ stages: codeCoverageTool: Cobertura summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage.xml' reportDirectory: '$(System.DefaultWorkingDirectory)/htmlcov' - - job: Sphinx-Docs + - job: SphinxDocs pool: vmImage: "ubuntu-latest" python.version: '3.8'