Skip to content

Commit

Permalink
Use pip req for sphinx-build on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed May 13, 2021
1 parent c598872 commit 87a84f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
- bash: |
source activate psenv && \
cd doc && \
conda install sphinx sphinx_rtd_theme sphinx-autodoc-typehints nbsphinx ipykernel && \
pip install -r requirements.txt && \
make html
displayName: 'Build Sphinx documentation'

0 comments on commit 87a84f3

Please sign in to comment.