remove /home/sb hack for docs

pull/16/head
Sebastien Bourdeauducq 2019-02-19 15:47:04 +08:00
parent b20dff099f
commit ac3803b1cf
1 changed files with 1 additions and 1 deletions

View File

@ -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
'';