docs.yml 433 Bytes
Newer Older
Gao, Xiang's avatar
Gao, Xiang committed
1
2
3
4
5
6
7
8
9
10
11
12
13
queue:
  name: Hosted Linux Preview

variables:
  python.version: '3.7'

steps:

- task: UsePythonVersion@0
  displayName: 'Use Python $(python.version)'
  inputs:
    versionSpec: '$(python.version)'

Gao, Xiang's avatar
Gao, Xiang committed
14
- script: 'azure/install_dependencies.sh && pip install sphinx sphinx_rtd_theme matplotlib pillow sphinx-gallery && pip install .'
Gao, Xiang's avatar
Gao, Xiang committed
15
16
17
18
  displayName: 'Install dependencies'

- script: 'sphinx-build docs build'
  displayName: Documents