Is your feature request related to a problem or challenge?
After
The docs build would rely on tools being installed on the host machine (e.g. cargo depgraph), which makes local setup heavier and less reproducible.
It would be nice to provide a Docker-based workflow for building the docs, so contributors can build everything in an isolated and consistent environment without installing extra dependencies on their system.
Goal: make building docs possible via a simple Docker command with no host setup beyond Docker itself.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
After
The docs build would rely on tools being installed on the host machine (e.g.
cargo depgraph), which makes local setup heavier and less reproducible.It would be nice to provide a Docker-based workflow for building the docs, so contributors can build everything in an isolated and consistent environment without installing extra dependencies on their system.
Goal: make building docs possible via a simple Docker command with no host setup beyond Docker itself.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response