File tree Expand file tree Collapse file tree 3 files changed +22
-14
lines changed
Expand file tree Collapse file tree 3 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11-
12- runs-on : macos-latest
13-
11+ runs-on : ubuntu-latest
1412 steps :
1513 - name : Checkout repo
16- 14+ uses : actions/checkout@v4
15+
16+ - name : Set up Python
17+ uses : actions/setup-python@v4
18+ with :
19+ python-version : ' 3.11'
20+
1721 - name : Requirements
18- run : brew install doxygen
19- && pip3 install -r docsDoxySphinx/requirements.txt
22+ run : |
23+ sudo apt-get update
24+ sudo apt-get install doxygen
25+ pip3 install -r docsDoxySphinx/requirements.txt
26+
2027 - name : Build docs
21- run : cd docsDoxySphinx
22- && make html
28+ run : |
29+ cd docsDoxySphinx
30+ make html
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: docs
22channels :
33 - defaults
44dependencies :
5- - sphinx==4.5.0
5+ - sphinx==8.2.3
66 - pip :
7- - sphinx_rtd_theme==1 .0.0
7+ - sphinx_rtd_theme==3 .0.2
Original file line number Diff line number Diff line change 1- Sphinx == 4.5.0
2- sphinx-rtd-theme == 1 .0.0
3- sphinx-sitemap == 2.2 .0
4- breathe == 4.33.1
1+ Sphinx == 8.2.3
2+ sphinx-rtd-theme == 3 .0.2
3+ sphinx-sitemap == 2.6 .0
4+ breathe == 4.35.0
You can’t perform that action at this time.
0 commit comments