Skip to content

Commit 1dff173

Browse files
authored
Specify Sphinx version for build_and_deploy action. (#2802)
1 parent b78921a commit 1dff173

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Dependencies
1919
run: |
2020
.github/workflows/dependencies/documentation.sh
21-
python3 -m pip install sphinx sphinx_rtd_theme breathe
21+
python3 -m pip install --upgrade pip
22+
python3 -m pip install sphinx==4.5.0 sphinx_rtd_theme breathe
2223
python3 -m pip install -I docutils==0.16 # Downgrade docutils so that bullet points render properly with Sphinx
2324
2425
- name: Install and Build

0 commit comments

Comments
 (0)