File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 66 - ' **'
77 pull_request_target :
88 types : closed
9- branches : master
9+ branches : aritorto
1010
1111jobs :
1212 build :
2626 with :
2727 python-version : ' 3.x'
2828
29- - name : Install compatible versions of Sphinx and Breathe
30- run : |
31- pip install " sphinx< 7.2" breathe furo
29+ - name : Install Python packages
30+ run : |
31+ pip install sphinx== 7.2.6 breathe==4.35.0 furo
3232
3333 - name : Generate Doxyfile
3434 run : |
9090
9191 - name : Build Doxygen documentation
9292 run : |
93+ ls
9394 doxygen Doxyfile
9495
9596 - name : Build Sphinx documentation
Original file line number Diff line number Diff line change 22import sys
33sys .path .insert (0 , os .path .abspath ('.' ))
44
5- extensions = [
6- 'breathe' ,
7- ]
8-
5+ extensions = ['breathe' ]
96breathe_projects = {
10- " OPM" : " ../../doxygen/xml"
7+ ' OPM' : ' ../../doxygen/xml'
118}
12- breathe_default_project = " OPM"
9+ breathe_default_project = ' OPM'
1310
14- html_theme = 'furo' # or ‘sphinc_rtd_theme’
11+ html_theme = 'furo'
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ opm-simulators documentation
55 :maxdepth: 2
66 :caption: Contents:
77
8+
89API Reference
910=============
1011
You can’t perform that action at this time.
0 commit comments