File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
os : ['ubuntu-latest', 'macos-13', 'windows-latest']
10
- python-version : ["3.7 ", "3.11"]
10
+ python-version : ["3.8 ", "3.11"]
11
11
runs-on : ${{ matrix.os }}
12
12
steps :
13
13
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ Available modules are
72
72
| ` historic ` | [ solcast.historic] ( historic.md ) |
73
73
| ` forecast ` | [ solcast.forecast] ( forecast.md ) |
74
74
| ` tmy ` | [ solcast.tmy] ( tmy.md ) |
75
- | ` pv_power_sites ` | [ solcast.pv_power_sites] ( pv_power_sites ) |
76
- | ` aggregations ` | [ solcast.aggregations] ( aggregations ) |
75
+ | ` pv_power_sites ` | [ solcast.pv_power_sites] ( pv_power_sites.md ) |
76
+ | ` aggregations ` | [ solcast.aggregations] ( aggregations.md ) |
77
77
78
78
79
79
## Docs
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ plugins:
63
63
- mkdocs-jupyter
64
64
- mkdocstrings :
65
65
enabled : !ENV [ ENABLE_MKDOCSTRINGS, true ]
66
- custom_templates : templates
67
66
default_handler : python
68
67
handlers :
69
68
python :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ docs = [
42
42
" pytest" ,
43
43
" mkdocs" ,
44
44
" mkdocs-material" ,
45
- " mkdocstrings[python]==0.22 " ,
45
+ " mkdocstrings[python]==0.25 " ,
46
46
" mkdocs-jupyter" ,
47
47
" kaleido"
48
48
]
You can’t perform that action at this time.
0 commit comments