Add sphinx for documentation building
This commit is contained in:
@@ -2,8 +2,16 @@
|
||||
|
||||
pkgs.mkShell rec {
|
||||
|
||||
imports = [ ../shell.nix ];
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
emacs
|
||||
emacsPackages.ox-rst
|
||||
emacsPackages.htmlize
|
||||
python3
|
||||
python3Packages.breathe
|
||||
doxygen
|
||||
sphinx
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user