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
|
||||
# and simplify `targets`:
|
||||
targets = [
|
||||
"html" "singlehtml"
|
||||
] ++ (lib.optional (builtins.compareVersions sphinxcontrib-wavedrom.version "2.0.0" != -1) "latexpdf");
|
||||
targets = [ "html" ] ++ (lib.optional (builtins.compareVersions sphinxcontrib-wavedrom.version "2.0.0" != -1) "latexpdf");
|
||||
in
|
||||
builtins.listToAttrs (map (target: { name = target; value = artiq-manual target; }) targets)
|
||||
|
|
Loading…
Reference in New Issue