File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -305,8 +305,6 @@ jobs:
305
305
if : runner.os == 'Linux'
306
306
run : |
307
307
sudo apt-get install -y doxygen
308
- pip install docutils==0.16
309
- pip install sphinx==3.2.1 sphinx_rtd_theme breathe
310
308
cmake -E echo >> $${{matrix.env}}GITHUB_PATH $${{matrix.env}}HOME/.local/bin
311
309
312
310
- name : Checkout Toolchain
@@ -316,6 +314,9 @@ jobs:
316
314
persist-credentials : false
317
315
fetch-depth : 0
318
316
317
+ - name : Install Sphinx Dependencies
318
+ pip install -r ${{env.TOOLCHAIN_PATH}}/docs/requirements.txt
319
+
319
320
- name : Build Website Documentation
320
321
run : make -C ${{env.TOOLCHAIN_PATH}} docs
321
322
- name : Disable Jekyll
Original file line number Diff line number Diff line change
1
+ docutils == 0.16
2
+ sphinx == 3.3.1
3
+ sphinx_rtd_theme == 1.0.0
4
+ breathe == 4.22.0
5
+ Jinja2 == 3.0.3
You can’t perform that action at this time.
0 commit comments