Add sphinx for documentation building

This commit is contained in:
2022-03-10 14:46:55 +01:00
parent 5b3321348a
commit 9cceaac1c1
9 changed files with 73 additions and 27 deletions

View File

@@ -2,8 +2,16 @@
pkgs.mkShell rec {
imports = [ ../shell.nix ];
buildInputs = with pkgs; [
emacs
emacsPackages.ox-rst
emacsPackages.htmlize
python3
python3Packages.breathe
doxygen
sphinx
];
}