ci.github: temporarily downgrade Sphinx to 5.2.3

This commit is contained in:
bastimeyer 2022-11-22 18:43:28 +01:00 committed by Forrest
parent 3d4ebf341b
commit b45e685ff6
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ jobs:
- name: Install dependencies
run: |
./script/install-dependencies.sh
python -m pip install -r docs-requirements.txt
python -m pip install -r docs-requirements.txt sphinx==5.2.3
- name: Build
run: make --directory=docs html man
@ -103,7 +103,7 @@ jobs:
- name: Install dependencies
run: |
./script/install-dependencies.sh
python -m pip install -r docs-requirements.txt
python -m pip install -r docs-requirements.txt sphinx==5.2.3
- name: Build
run: make --directory=docs html
- name: Deploy