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
* fix: nix/doc build from devshell
Adding the documentation virtual env to the devshell packages creates
a conflict on pygmentize with the existing python viruatlenv.
> pkgs.buildEnv error: two given paths contain a conflicting subpath:
> `/nix/store/kvryivzraaa1cw1j3r9zslng9n8nf8lw-python3-3.13.11-env/bin/pygmentize' and
> `/nix/store/yag41lb6wzdj5vh0ikjf072ycf546cc2-python3-3.13.11-env/bin/pygmentize'
> hint: this may be caused by two different versions of the same package in buildEnv's `paths` parameter
> hint: `pkgs.nix-diff` can be used to compare derivations
Instead of authorizing the conflicts in this devshell buildEnv, we
prefer hiding the doc devenv in a separate command to make sure
nothing unexpectally breaks on a nixpkgs update in the future.
* fix: nix/doc various nix doc md format issues
The list rendering was broken in a few places. Adding some minor
visual tweaks as well.
* fix: nix/doc add links to orphan pages
* fix: nix/doc, remove dead links
mkdocs do not support linking to source files living outside of the
doc repository. Replacing these dead links with quoted paths.
0 commit comments