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 = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
outputs = [
|
||||||
|
"out"
|
||||||
|
"doc"
|
||||||
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
pkgs.python3Packages.sphinxHook
|
||||||
|
];
|
||||||
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
buildInputs = [ pkgs.python3Packages.hatchling ];
|
buildInputs = [ pkgs.python3Packages.hatchling ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue