Commit b851c0d7 authored by Doron Behar's avatar Doron Behar
Browse files

khard: disable man page generation due to upstream issue with sphinx 9

parent 10f40087
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -18,14 +18,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
  build-system = with python3.pkgs; [
    setuptools
    setuptools-scm
    sphinxHook
    sphinx-argparse
    sphinx-autoapi
    sphinx-autodoc-typehints
  ];

  sphinxBuilders = [ "man" ];

  dependencies = with python3.pkgs; [
    configobj
    ruamel-yaml