forked from M-Labs/artiq
1
0
Fork 0

doc: switch to wavedrompy

This commit is contained in:
Sebastien Bourdeauducq 2022-06-01 20:45:49 +08:00
parent f79f7db3a2
commit 71a37bb408
2 changed files with 2 additions and 1 deletions

View File

@ -311,3 +311,4 @@ texinfo_documents = [
# -- Options for sphinxcontrib-wavedrom -----------------------------------
offline_skin_js_path = '_static/default.js'
offline_wavedrom_js_path = '_static/WaveDrom.js'
render_using_wavedrompy = True

View File

@ -352,7 +352,7 @@
sha256 = "sha256-ukZd3ajt0Sx3LByof4R80S31F5t1yo+L8QUADrMMm2A=";
};
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 {
inherit (pkgs.texlive)