forked from M-Labs/nix-scripts
do not build singlehtml manual
This commit is contained in:
parent
9af1d5bf30
commit
f09a3cdfb4
|
@ -53,8 +53,6 @@ let
|
||||||
|
|
||||||
# TODO: starting with NixOS 19.XX, drop sphinxcontrib-wavedrom-1_3_1
|
# TODO: starting with NixOS 19.XX, drop sphinxcontrib-wavedrom-1_3_1
|
||||||
# and simplify `targets`:
|
# and simplify `targets`:
|
||||||
targets = [
|
targets = [ "html" ] ++ (lib.optional (builtins.compareVersions sphinxcontrib-wavedrom.version "2.0.0" != -1) "latexpdf");
|
||||||
"html" "singlehtml"
|
|
||||||
] ++ (lib.optional (builtins.compareVersions sphinxcontrib-wavedrom.version "2.0.0" != -1) "latexpdf");
|
|
||||||
in
|
in
|
||||||
builtins.listToAttrs (map (target: { name = target; value = artiq-manual target; }) targets)
|
builtins.listToAttrs (map (target: { name = target; value = artiq-manual target; }) targets)
|
||||||
|
|
Loading…
Reference in New Issue