From b18a28f0f95f4dd4517d41649bf196dcd3e269d7 Mon Sep 17 00:00:00 2001 From: baldurk Date: Sun, 14 Feb 2021 14:56:25 +0000 Subject: [PATCH] Revert to sphinx 3.4.0 * 3.5.0 has a bug causing failures to generate autodoc code --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6f1e3cef..d4288aba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: sudo apt-get update -qq sudo apt-get install -y -qq libx11-dev mesa-common-dev libgl1-mesa-dev qtbase5-dev libxcb-keysyms1-dev - name: Install sphinx dependencies - run: sudo pip3 install Sphinx + run: sudo pip3 install Sphinx==3.4.0 - name: Build cut-down renderdoc for python modules run: | mkdir build