Skip to content

Commit 0aa4cbc

Browse files
committed
fix mkdocs configuration
1 parent 0c88c15 commit 0aa4cbc

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@ jobs:
239239
python-version: "${{ env.PYTHON_VERSION }}"
240240
- name: Install dependencies
241241
run: uv sync --all-groups
242-
- name: Download coverage report artifact
243-
uses: actions/download-artifact@v8
244-
with:
245-
name: Python ${{ env.PYTHON_VERSION }} - HTML coverage report
246-
path: build/htmlcov
247242
- name: Build documentation
248243
env:
249244
DEPLOY: true

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ plugins:
6565
# - autorefs
6666
- api-autonav:
6767
# https://github.com/tlambert03/mkdocs-api-autonav?tab=readme-ov-file#configuration
68-
modules: ["dlr/ki/logging", "dlr/ki/logging/formatter"]
68+
modules: ["src/dlr/ki/logging", "src/dlr/ki/logging/formatter"]
6969
exclude_private: true
7070
- mkdocstrings:
7171
enabled: !ENV [MKDOCSTRINGS_ENABLED, true]
7272
handlers:
7373
python:
74-
paths: ["dlr/ki", "dlr/ki/logging"]
74+
paths: ["src/dlr/ki", "src/dlr/ki/logging"]
7575
inventories:
7676
- url: https://docs.python.org/3/objects.inv
7777
domains: [std, py]

0 commit comments

Comments
 (0)