nixpkgs docs: Use SVGs for callouts

This commit is contained in:
Graham Christensen
2018-03-26 14:04:19 -04:00
parent 2b3ba40c03
commit a80856cec5
3 changed files with 22 additions and 12 deletions

View File

@@ -16,11 +16,11 @@ pkgs.stdenv.mkDerivation {
xsltFlags = lib.concatStringsSep " " [
"--param section.autolabel 1"
"--param section.label.includes.component.label 1"
"--param html.stylesheet 'style.css'"
"--stringparam html.stylesheet 'style.css'"
"--param xref.with.number.and.title 1"
"--param toc.section.depth 3"
"--param admon.style ''"
"--param callout.graphics.extension '.gif'"
"--stringparam admon.style ''"
"--stringparam callout.graphics.extension .svg"
];
postPatch = ''