From 3a3141be307645bd03572fa5cb25917d7d2dd7cd Mon Sep 17 00:00:00 2001 From: Cosmin Stejerean Date: Fri, 18 Aug 2023 21:36:33 -0700 Subject: [PATCH] Sphinx 7.2.0 breaks Breathe, see sphinx-doc/sphinx#11605 for now pin to 7.1.2 until either of them resolve this issue --- .github/workflows/build-docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 6cb41dbc209..76d3e9862d5 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -33,6 +33,7 @@ jobs: run: | sudo apt install -y doxygen python3 -m pip install \ + sphinx==7.1.2 \ sphinxcontrib.plantuml \ recommonmark \ cloud_sptheme \