diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba818f8..9fed846 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'macos-13', 'windows-latest'] - python-version: ["3.7", "3.11"] + python-version: ["3.8", "3.11"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/docs/index.md b/docs/index.md index 8759997..4579a6d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -72,8 +72,8 @@ Available modules are | `historic` | [solcast.historic](historic.md) | | `forecast` | [solcast.forecast](forecast.md) | | `tmy` | [solcast.tmy](tmy.md) | -| `pv_power_sites` | [solcast.pv_power_sites](pv_power_sites) | -| `aggregations` | [solcast.aggregations](aggregations) | +| `pv_power_sites` | [solcast.pv_power_sites](pv_power_sites.md) | +| `aggregations` | [solcast.aggregations](aggregations.md) | ## Docs diff --git a/mkdocs.yml b/mkdocs.yml index 197dfd0..48f3530 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -63,7 +63,6 @@ plugins: - mkdocs-jupyter - mkdocstrings: enabled: !ENV [ ENABLE_MKDOCSTRINGS, true ] - custom_templates: templates default_handler: python handlers: python: diff --git a/pyproject.toml b/pyproject.toml index e133240..7a85254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ docs = [ "pytest", "mkdocs", "mkdocs-material", - "mkdocstrings[python]==0.22", + "mkdocstrings[python]==0.25", "mkdocs-jupyter", "kaleido" ]