forked from M-Labs/nix-scripts
remove /home/sb hack for docs
This commit is contained in:
parent
b20dff099f
commit
ac3803b1cf
2
main.nix
2
main.nix
|
@ -37,7 +37,7 @@ in
|
|||
}
|
||||
''
|
||||
mkdir $out
|
||||
VERSIONEER_OVERRIDE=${artiqVersion} HOME=`mktemp -d` sphinx-build ${artiqSrc}/doc/manual $out/html
|
||||
VERSIONEER_OVERRIDE=${artiqVersion} sphinx-build ${artiqSrc}/doc/manual $out/html
|
||||
mkdir $out/nix-support
|
||||
echo doc manual $out/html >> $out/nix-support/hydra-build-products
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue