We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78921a commit 1dff173Copy full SHA for 1dff173
.github/workflows/docs.yml
@@ -18,7 +18,8 @@ jobs:
18
- name: Dependencies
19
run: |
20
.github/workflows/dependencies/documentation.sh
21
- python3 -m pip install sphinx sphinx_rtd_theme breathe
+ python3 -m pip install --upgrade pip
22
+ python3 -m pip install sphinx==4.5.0 sphinx_rtd_theme breathe
23
python3 -m pip install -I docutils==0.16 # Downgrade docutils so that bullet points render properly with Sphinx
24
25
- name: Install and Build
0 commit comments