Skip to content

Warnings in the mkdocs build #152

Description

@forman

Describe the bug

Warnings in the mkdocs build.

To Reproduce

mkdocs build

Expected behavior

No warnings.

Warnings

Run pixi run build-docs
✨ Pixi task (build-docs): mkdocs build
 │  ⚠  Warning from the Material for MkDocs team
 │
 │  MkDocs 2.0, the underlying framework of Material for MkDocs,
 │  will introduce backward-incompatible changes, including:
 │
 │  × All plugins will stop working – the plugin system has been removed
 │  × All theme overrides will break – the theming system has been rewritten
 │  × No migration path exists – existing projects cannot be upgraded
 │  × Closed contribution model – community members can't report bugs
 │  × Currently unlicensed – unsuitable for production use
 │
 │  Our full analysis:
 │
 │  https://squidfunk.github.io/mkdocs-material/blog/2026/02/18/mkdocs-2.0/

...
Warning:  Div at /tmp/tmpy16dp51x line 19 column 1 unclosed at /tmp/tmpy16dp51x line 22 column 1, closing Warning:  Div at /tmp/tmp5evfgbrm line 10 column 1 unclosed at /tmp/tmp5evfgbrm line 43 column 1, closing 
...
Warning:  Div at /tmp/tmpnkopds71 line 5 column 1 unclosed at /tmp/tmpnkopds71 line 16 column 1, closing implicitly.
INFO    -  The following pages exist in the docs directory, but are not included in the "nav" configuration:
  - hooks/notebooks_json_output.py
  - notebooks/README.md
  - notebooks/cuiman-api-airflow.ipynb
  - procodile/workflow-dev.md
Warning:  Div at /tmp/tmpglw2cc8w line 19 column 1 unclosed at /tmp/tmpglw2cc8w line 22 column 1, closing implicitly.
Warning:  Div at /tmp/tmpglw2cc8w line 15 column 1 unclosed at /tmp/tmpglw2cc8w line 22 column 1, closing implicitly.
WARNING -  griffe: cuiman/src/cuiman/api/client.py:35: No type or annotation for parameter 'config_kwargs'
WARNING -  griffe: cuiman/src/cuiman/api/config.py:31: No type or annotation for parameter 'api_url'
WARNING -  griffe: cuiman/src/cuiman/api/config.py:31: Parameter 'api_url' does not appear in the function signature
WARNING -  Doc file 'gavicore/index.md' contains a link 'ui/description.md', but the target 'gavicore/ui/description.md' is not found among documentation files.
Warning:  Div at /tmp/tmpmukly3mt line 40 column 1 unclosed at /tmp/tmpmukly3mt line 43 column 1, closing implicitly.
...
Warning:  Div at /tmp/tmp0j1sczzi line 3 column 1 unclosed at /tmp/tmp0j1sczzi line 16 column 1, closing implicitly.
WARNING -  griffe: gavicore/src/gavicore/util/request.py:33: No type or annotation for parameter 'process_id'
WARNING -  griffe: gavicore/src/gavicore/util/request.py:33: Parameter 'process_id' does not appear in the function signature
WARNING -  griffe: gavicore/src/gavicore/util/request.py:34: No type or annotation for parameter 'dotpath'
WARNING -  griffe: gavicore/src/gavicore/util/request.py:34: Parameter 'dotpath' does not appear in the function signature
WARNING -  griffe: gavicore/src/gavicore/util/request.py:36: No type or annotation for parameter 'inputs'
WARNING -  griffe: gavicore/src/gavicore/util/request.py:36: Parameter 'inputs' does not appear in the function signature
WARNING -  griffe: gavicore/src/gavicore/util/request.py:39: No type or annotation for parameter 'outputs'
WARNING -  griffe: gavicore/src/gavicore/util/request.py:39: Parameter 'outputs' does not appear in the function signature
WARNING -  griffe: gavicore/src/gavicore/util/request.py:42: No type or annotation for parameter 'subscriber'
WARNING -  griffe: gavicore/src/gavicore/util/request.py:42: Parameter 'subscriber' does not appear in the function signature
...
WARNING -  Doc file 'procodile/index.md' contains a link '../wraptile/introduction.md', but the target 'wraptile/introduction.md' is not found among documentation files.
WARNING -  Doc file 'procodile/index.md' contains a link '../appligator/introduction.md', but the target 'appligator/introduction.md' is not found among documentation files.
Warning:  Div at /tmp/tmpvs4zoad5 line 13 column 1 unclosed at /tmp/tmpvs4zoad5 line 16 column 1, closing implicitly.
Warning:  Div at /tmp/tmpvs4zoad5 line 11 column 1 unclosed at /tmp/tmpvs4zoad5 line 16 column 1, closing implicitly.
Warning:  Div at /tmp/tmpvs4zoad5 line 9 column 1 unclosed at /tmp/tmpvs4zoad5 line 16 column 1, closing implicitly.
Warning:  Div at /tmp/tmpvs4zoad5 line 7 column 1 unclosed at /tmp/tmpvs4zoad5 line 16 column 1, closing implicitly.
Warning:  Div at /tmp/tmpvs4zoad5 line 5 column 1 unclosed at /tmp/tmpvs4zoad5 line 16 column 1, closing implicitly.
WARNING -  mkdocs_autorefs: procodile/api.md: from /home/runner/work/eozilla/eozilla/procodile/src/procodile/registry.py:18: (procodile.ProcessRegistry) Could not find cross-reference target 'procodile.workflow.Workflow'
WARNING -  mkdocs_autorefs: procodile/usage.md: Could not find cross-reference target 'procodile.ProcessRegistry.process'
WARNING -  mkdocs_autorefs: procodile/usage.md: Could not find cross-reference target 'procodile.Process.step'
....
INFO    -  Documentation built in 7.16 seconds

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions