Skip to content
Snippets Groups Projects
Commit 87096434 authored by q3k's avatar q3k
Browse files

nix: add sphinx

parent 6a8fdf31
No related branches found
No related tags found
No related merge requests found
Pipeline #5627 failed
......@@ -25,7 +25,10 @@ in with nixpkgs; pkgs.mkShell {
ncurses5
(python3.withPackages (ps: with ps; [ pygame wasmer wasmer-compiler-cranelift ]))
(python3.withPackages (ps: with ps; [
pygame wasmer wasmer-compiler-cranelift
sphinx sphinx_rtd_theme
]))
emscripten
];
shellHook = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment