build documentation with flake too

This commit is contained in:
clerie 2022-10-15 22:02:58 +02:00
parent 607430ca69
commit aef2761f9f
1 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,15 @@
src = ./.;
outputs = [
"out"
"doc"
];
nativeBuildInputs = [
pkgs.python3Packages.sphinxHook
];
format = "pyproject";
buildInputs = [ pkgs.python3Packages.hatchling ];