Skip to content

Commit

Permalink
Build doc n lin and mac only
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed May 13, 2021
1 parent 516fd87 commit c2ea050
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
bash <(curl -s https://codecov.io/bash)
displayName: 'Coverage and export to codecov (Linux py39 only)'
- bash: |
source activate psenv && \
cd doc && \
conda install -c conda-forge pandoc && \
pip install -r requirements.txt && \
make html
displayName: 'Build Sphinx documentation'
- ${{ if not(startsWith(parameters.name, 'Windows')) }}:
- bash: |
source activate psenv && \
cd doc && \
conda install -c conda-forge pandoc && \
pip install -r requirements.txt && \
make html
displayName: 'Build Sphinx documentation (Mac and Linux only)'

0 comments on commit c2ea050

Please sign in to comment.