Revert to sphinx 3.4.0

* 3.5.0 has a bug causing failures to generate autodoc code
This commit is contained in:
baldurk
2021-02-14 14:56:25 +00:00
parent 4b65d7f841
commit b18a28f0f9
+1 -1
View File
@@ -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