File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments