You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is failing for me. If I pull your branch, run uv sync, then ./setup_subprojects.sh, and then run the docs server...
╰─>$ uv run --no-sync mkdocs serve
│ ⚠ 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/
INFO - Building documentation...
INFO - [macros] - No default module `main` found
INFO - Merging config from orchestrator-core/mkdocs.yml (prefix=orchestrator-core)
INFO - Merging config from orchestrator-ui-library/mkdocs/mkdocs.yml (prefix=mkdocs)
INFO - [macros] - Config variables: ['extra', 'config', 'environment', 'plugin', 'git', 'generator', 'social', 'macros', 'filters', 'filters_builtin']
INFO - [macros] - Config macros: ['context', 'macros_info', 'now', 'fix_url']
INFO - [macros] - Config filters: ['pretty', 'relative_url']
INFO - Cleaning site directory
INFO - Doc file 'architecture/at-a-glance.md' contains an unrecognized relative link '../../orchestrator-core/guides/tasks/', it was left as is. Did you mean '../orchestrator-core/guides/tasks.md'?
INFO - mkdocstrings_handlers: Formatting signatures requires either Black or Ruff to be installed.
ERROR - mkdocstrings: lso.tasks.PlaybookFinishedHandler could not be found
ERROR - Error reading page 'lightweight-service-orchestrator/playbooks/callback.md':
ERROR - Could not collect 'lso.tasks.PlaybookFinishedHandler'
The ruff thing is a red herring; installing ruff into the project gets rid of that INFO log but doesn't address the issue.
If I omit lso from the setup dependencies, I get a similar error for orchestrator-core. Removing orchestrator-core is a no-go, since I need to resolve a URL to the project in the article on my branch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.