summaryrefslogtreecommitdiffstats
path: root/doc/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-07-04 09:06:39 -0400
committerGraham Christensen <graham@grahamc.com>2019-07-04 09:16:06 -0400
commitfa47df617443b6bd7be0fe0239418c241df146c3 (patch)
tree62403f13912681f858fb79a49590b7578b516d5b /doc/default.nix
parent5a0696f6d0bf3344437eb1c83f1108e46664e24a (diff)
doc: move parameters to an XML file
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 971c60b35c2a..d9051167dee5 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -9,21 +9,6 @@ in pkgs.stdenv.mkDerivation {
src = ./.;
- # Hacking on these variables? Make sure to close and open
- # nix-shell between each test, maybe even:
- # $ nix-shell --run "make clean all"
- # otherwise they won't reapply :)
- xsltFlags = lib.concatStringsSep " " [
- "--param section.autolabel 1"
- "--param section.label.includes.component.label 1"
- "--stringparam html.stylesheet 'style.css overrides.css highlightjs/mono-blue.css'"
- "--stringparam html.script './highlightjs/highlight.pack.js ./highlightjs/loader.js'"
- "--param xref.with.number.and.title 1"
- "--param toc.section.depth 3"
- "--stringparam admon.style ''"
- "--stringparam callout.graphics.extension .svg"
- ];
-
postPatch = ''
ln -s ${doc-support} ./doc-support/result
'';