forked from M-Labs/artiq
doc: switch to wavedrompy
This commit is contained in:
parent
f79f7db3a2
commit
71a37bb408
|
@ -311,3 +311,4 @@ texinfo_documents = [
|
||||||
# -- Options for sphinxcontrib-wavedrom -----------------------------------
|
# -- Options for sphinxcontrib-wavedrom -----------------------------------
|
||||||
offline_skin_js_path = '_static/default.js'
|
offline_skin_js_path = '_static/default.js'
|
||||||
offline_wavedrom_js_path = '_static/WaveDrom.js'
|
offline_wavedrom_js_path = '_static/WaveDrom.js'
|
||||||
|
render_using_wavedrompy = True
|
||||||
|
|
|
@ -352,7 +352,7 @@
|
||||||
sha256 = "sha256-ukZd3ajt0Sx3LByof4R80S31F5t1yo+L8QUADrMMm2A=";
|
sha256 = "sha256-ukZd3ajt0Sx3LByof4R80S31F5t1yo+L8QUADrMMm2A=";
|
||||||
};
|
};
|
||||||
buildInputs = [ pkgs.python3Packages.setuptools_scm ];
|
buildInputs = [ pkgs.python3Packages.setuptools_scm ];
|
||||||
propagatedBuildInputs = [ pkgs.nodejs pkgs.nodePackages.wavedrom-cli ] ++ (with pkgs.python3Packages; [ wavedrom sphinx xcffib cairosvg ]);
|
propagatedBuildInputs = (with pkgs.python3Packages; [ wavedrom sphinx xcffib cairosvg ]);
|
||||||
};
|
};
|
||||||
latex-artiq-manual = pkgs.texlive.combine {
|
latex-artiq-manual = pkgs.texlive.combine {
|
||||||
inherit (pkgs.texlive)
|
inherit (pkgs.texlive)
|
||||||
|
|
Loading…
Reference in New Issue