mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
3272afa17b
Python is only pulled into the build closure by Mercurial, which might end up being removed. Let’s port the script to jq, which is more likely to stay.
7 lines
140 B
TOML
7 lines
140 B
TOML
[output.html]
|
|
additional-css = ["custom.css"]
|
|
|
|
[preprocessor.anchors]
|
|
renderers = ["html"]
|
|
command = "jq --from-file doc/manual/anchors.jq"
|