From 4e577caba1e1b3717ac5efb542327406947fbb6f Mon Sep 17 00:00:00 2001 From: Raluca Chis Date: Mon, 21 Nov 2022 12:52:04 +0200 Subject: [PATCH] CI:fix sphinx-build error Signed-off-by: Raluca Chis --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 582937743..25c83a362 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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