mirror of
https://git.clerie.de/clerie/mitel_ommclient2.git
synced 2026-01-03 04:38:12 +00:00
build documentation with flake too
This commit is contained in:
parent
607430ca69
commit
aef2761f9f
1 changed files with 9 additions and 0 deletions
|
|
@ -14,6 +14,15 @@
|
|||
|
||||
src = ./.;
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"doc"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.python3Packages.sphinxHook
|
||||
];
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
buildInputs = [ pkgs.python3Packages.hatchling ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue