Skip to content

Commit

Permalink
CI:fix sphinx-build error
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Chis <raluca.chis@analog.com>
  • Loading branch information
Raluca Chis authored and pcercuei committed Nov 21, 2022
1 parent d05e815 commit 4e577ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -202,8 +202,8 @@ stages:
addToPath: true
- script: |
set -e
brew install doxygen libusb libxml2 ncurses cdk libserialport
pip3 install sphinx sphinx-rtd-theme
brew install doxygen libusb libxml2 ncurses cdk libserialport sphinx-doc
pip3 install sphinx
displayName: 'Dependencies'
- script: |
set -e
Expand Down

0 comments on commit 4e577ca

Please sign in to comment.